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: +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). ```bash mkdir /srv/ibis cd /srv/ibis -wget https://github.com/Nutomic/ibis/releases/download/0.1.0-test3/ibis.gz +wget https://github.com/Nutomic/ibis/releases/download/*version*/ibis.gz gzip ibis.gz chmod +x ibis sudo apt install postgresql nginx certbot python3-certbot-nginx