Setup Instructions
Ffixed some of the commands. (2024-03-13 20:31:29)
by Demigodrick@wiki.lemmy.zip
--- original
+++ modified
@@ -5,7 +5,7 @@
mkdir /srv/ibis
cd /srv/ibis
wget https://github.com/Nutomic/ibis/releases/download/*version*/ibis.gz
-gzip ibis.gz
+gzip -d ibis.gz
chmod +x ibis
sudo apt install postgresql nginx certbot python3-certbot-nginx
@@ -59,7 +59,7 @@
WantedBy=multi-user.target
```
-Start the service with `sudo journalctl -u ibis.service` and ensure it was successful by running `sudo systemctl status ibis.service`. You can also view the logs with `sudo journalctl -u ibis.service`.
+Start the service with `sudo journalctl start ibis.service` and ensure it was successful by running `sudo systemctl status ibis.service`. You can also view the logs with `sudo journalctl -u ibis.service`.
Next we need to request the TLS certificate via [Let's Encrypt](https://letsencrypt.org/). Replace with your actual domain and email in the command below.
```