document provisioning in the README
This commit is contained in:
parent
95f09ab881
commit
d404c5d835
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -77,6 +77,18 @@ Next, download a [GraphDB](https://graphdb.ontotext.com/) zip file, and bring th
|
||||||
```bash
|
```bash
|
||||||
/var/www/deploy/wdcli system_update /path/to/graphdb.zip
|
/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
|
## System Updates
|
||||||
|
|
||||||
_TLDR: `sudo /var/www/deploy/wdcli system_update /path/to/graphdb.zip`_
|
_TLDR: `sudo /var/www/deploy/wdcli system_update /path/to/graphdb.zip`_
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue