diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-08 15:10:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-10-08 15:10:56 +0200 |
commit | 7eff4736a1309ad71a75fa74dc1081a3b2303169 (patch) | |
tree | f9cad7366b9d8fb394b4927a754b0acfefef7062 /install.sh | |
parent | 32d103f702968b494309adcba77bc6226043c6ce (diff) | |
download | wallabag-7eff4736a1309ad71a75fa74dc1081a3b2303169.tar.gz wallabag-7eff4736a1309ad71a75fa74dc1081a3b2303169.tar.zst wallabag-7eff4736a1309ad71a75fa74dc1081a3b2303169.zip |
Cleaned up documentation for installation process
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100644 index 00000000..901b3446 --- /dev/null +++ b/install.sh | |||
@@ -0,0 +1,6 @@ | |||
1 | #! /usr/bin/env bash | ||
2 | |||
3 | TAG=$(git describe --tags $(git rev-list --tags --max-count=1)) | ||
4 | git checkout $TAG | ||
5 | SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist | ||
6 | php bin/console wallabag:install --env=prod | ||