summaryrefslogtreecommitdiff
path: root/install/README.md
blob: a7d3c3f6cad5f3205a848136429f212b39957930 (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 these instruction to install Ishtar from sources on a Debian Buster 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
```