From 7eff4736a1309ad71a75fa74dc1081a3b2303169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Sat, 8 Oct 2016 15:10:56 +0200 Subject: Cleaned up documentation for installation process --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 install.sh (limited to 'install.sh') diff --git a/install.sh b/install.sh new file mode 100644 index 00000000..901b3446 --- /dev/null +++ b/install.sh @@ -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 -- cgit v1.2.3