]>
git.immae.eu Git - github/wallabag/wallabag.git/blob - scripts/dev.sh
2 # You can execute this file to install wallabag dev environment
5 COMPOSER_COMMAND
='composer'
6 REQUIRE_FILE
='scripts/require.sh'
8 if [ ! -f "$REQUIRE_FILE" ]; then
9 echo "Cannot find $REQUIRE_FILE"
15 $COMPOSER_COMMAND install
16 if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
18 php bin
/console wallabag
:install
20 php bin
/console server
:run
$HOST