document provisioning in the README

This commit is contained in:
Tom Wiesing 2024-04-08 13:28:38 +02:00
parent 95f09ab881
commit d404c5d835
No known key found for this signature in database

View file

@ -77,6 +77,18 @@ Next, download a [GraphDB](https://graphdb.ontotext.com/) zip file, and bring th
```bash
/var/www/deploy/wdcli system_update /path/to/graphdb.zip
```
Afterwards you probably want to make yourself a panel with admin access and a password:
```bash
/var/www/deploy/wdcli dis_user -c admin
/var/www/deploy/wdcli dis_user -a admin
/var/www/deploy/wdcli dis_user -s admin
```
Afterwards visit the web interface, and login with your chosen username and password.
To access the admin panel on the web, setting up TOTP is required.
## System Updates
_TLDR: `sudo /var/www/deploy/wdcli system_update /path/to/graphdb.zip`_