diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-18 17:25:40 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-18 17:28:31 +0200 |
| commit | dfe3efa056f0d45ed49fedf154689c755d9b0465 (patch) | |
| tree | d1bf16bb9ad133354a23301738993f765653f83f /install/README | |
| parent | f57f79d40b9a6c8cc1333165ee11a341c78be181 (diff) | |
| download | Ishtar-dfe3efa056f0d45ed49fedf154689c755d9b0465.tar.bz2 Ishtar-dfe3efa056f0d45ed49fedf154689c755d9b0465.zip | |
Update installation script
Conflicts:
install/install.sh
Diffstat (limited to 'install/README')
| -rw-r--r-- | install/README | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
