From a82c8859bd4ceda956dd58e97a3c0e4fc4179229 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 18 Apr 2015 17:25:40 +0200 Subject: Update installation script Conflicts: install/install.sh --- install/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install/README (limited to 'install/README') diff --git a/install/README b/install/README new file mode 100644 index 000000000..dc15fa147 --- /dev/null +++ b/install/README @@ -0,0 +1,9 @@ +cd /tmp +apt-get install wget +wget http://lysithea.proxience.net/ishtar-install.tar.gz + +tar xvzf ishtar-install.tar.gz +rm ishtar-install.tar.gz +cd install +export APP_NAME=myinstance && export URL=localhost \ + && export PROJECT_NAME="Project name" && bash install.sh -- cgit v1.2.3