by nutomic
--- original +++ modified @@ -1,10 +1,10 @@ How to install Ibis on your server. To get started you need a domain and a small Linux server with root access. The following instructions are written for Debian. -Start by downloading the binary, installing dependencies and setting up the database. You can find the latest version [here](https://github.com/Nutomic/ibis/releases). +Start by downloading the binary, installing dependencies and setting up the database: ```bash mkdir /srv/ibis cd /srv/ibis -wget https://github.com/Nutomic/ibis/releases/download/*version*/ibis.gz +wget https://github.com/Nutomic/ibis/releases/latest/download/ibis.gz gzip -d ibis.gz chmod +x ibis sudo apt install postgresql nginx certbot python3-certbot-nginx