aboutsummaryrefslogtreecommitdiffhomepage
path: root/install.sh
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 20:21:02 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-09 20:21:02 +0200
commitd8507addbb2e222462f814718cb61d3eaf2c65e1 (patch)
tree7ebaba558d20a97ebb4b043e6fe66756aa857a54 /install.sh
parent5112b3556b5a85c791cac6ec89c19939e0677904 (diff)
downloadwallabag-d8507addbb2e222462f814718cb61d3eaf2c65e1.tar.gz
wallabag-d8507addbb2e222462f814718cb61d3eaf2c65e1.tar.zst
wallabag-d8507addbb2e222462f814718cb61d3eaf2c65e1.zip
First draft for Makefile
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/install.sh b/install.sh
deleted file mode 100755
index 901b3446..00000000
--- a/install.sh
+++ /dev/null
@@ -1,6 +0,0 @@
1#! /usr/bin/env bash
2
3TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
4git checkout $TAG
5SYMFONY_ENV=prod composer install --no-dev -o --prefer-dist
6php bin/console wallabag:install --env=prod