X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fdev.sh;fp=scripts%2Fdev.sh;h=9b89da35faf2aa18ee70408312659f072ecacc7a;hb=f48a6f3a542613d68d7f8d12dfe9abe397c48db2;hp=0000000000000000000000000000000000000000;hpb=76f2123defe40d7315597938f182fed386707765;p=github%2Fwallabag%2Fwallabag.git diff --git a/scripts/dev.sh b/scripts/dev.sh new file mode 100644 index 00000000..9b89da35 --- /dev/null +++ b/scripts/dev.sh @@ -0,0 +1,7 @@ +#! /usr/bin/env bash +# You can execute this file to install wallabag dev environmnet +# eg: `sh install.sh prod` + +composer install +php bin/console wallabag:install +php bin/console server:run