summaryrefslogtreecommitdiff
path: root/install/README.md
blob: 0235c2d6e0d42d098e9af1ddb405f37bba3cfd23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Follow theses instruction to install Ishtar from sources on a Debian Jessie installation.

### Get installations scripts

```
apt-get install wget
cd /usr/local/src
wget https://ishtar-archeo.net/install/install-ishtar.tar.bz2

tar xvzf ishtar-install.tar.gz
rm ishtar-install.tar.gz
```

#### Install Ishtar

```
cd /usr/local/src/install
bash ./ishtar-install
```

#### Configure an Ishtar instance

```
cd /usr/local/src/install
bash ./ishtar-prepare-instance
```

#### Delete an Ishtar instance

```
cd /usr/local/src/install
bash ./ishtar-delete-instance
```