forked from wallabag/wallabag
Add environment variables to control scripts/dev.sh behavior
This commit is contained in:
@ -13,5 +13,8 @@ fi
|
|||||||
. "$REQUIRE_FILE"
|
. "$REQUIRE_FILE"
|
||||||
|
|
||||||
$COMPOSER_COMMAND install
|
$COMPOSER_COMMAND install
|
||||||
|
if [ -z "$SKIP_WALLABAG_INITIALIZATION" ]
|
||||||
|
then
|
||||||
php bin/console wallabag:install
|
php bin/console wallabag:install
|
||||||
php bin/console server:run
|
fi
|
||||||
|
php bin/console server:run $HOST
|
||||||
|
|||||||
Reference in New Issue
Block a user