diff options
author | Thomas Citharel <tcit@tcit.fr> | 2016-10-15 15:16:35 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2016-10-15 15:16:35 +0200 |
commit | f48a6f3a542613d68d7f8d12dfe9abe397c48db2 (patch) | |
tree | f12d4e734552a421632246887f00dec05b79db4b /scripts | |
parent | 76f2123defe40d7315597938f182fed386707765 (diff) | |
download | wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.tar.gz wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.tar.zst wallabag-f48a6f3a542613d68d7f8d12dfe9abe397c48db2.zip |
Bring make dev
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/dev.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ | |||
1 | #! /usr/bin/env bash | ||
2 | # You can execute this file to install wallabag dev environmnet | ||
3 | # eg: `sh install.sh prod` | ||
4 | |||
5 | composer install | ||
6 | php bin/console wallabag:install | ||
7 | php bin/console server:run | ||