]> git.immae.eu Git - github/wallabag/wallabag.git/blame_incremental - scripts/dev.sh
Fix documentation wording for matches/notmatches tagging rules
[github/wallabag/wallabag.git] / scripts / dev.sh
... / ...
CommitLineData
1#!/usr/bin/env bash
2# You can execute this file to install wallabag dev environment
3# eg: `sh dev.sh`
4
5COMPOSER_COMMAND='composer'
6
7DIR="${BASH_SOURCE}"
8if [ ! -d "$DIR" ]; then DIR="$PWD/scripts"; fi
9. "$DIR/require.sh"
10
11$COMPOSER_COMMAND install
12php bin/console wallabag:install
13php bin/console server:run