Cleaned up documentation for installation process

This commit is contained in:
Nicolas Lœuillet
2016-10-08 15:10:56 +02:00
parent 32d103f702
commit 7eff4736a1
7 changed files with 77 additions and 80 deletions

6
install.sh Normal file
View File

@ -0,0 +1,6 @@
#! /usr/bin/env bash
TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
git checkout $TAG
SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
php bin/console wallabag:install --env=prod