From d404c5d83509eae8e84d346ce82035ba18a5a150 Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Mon, 8 Apr 2024 13:28:38 +0200 Subject: [PATCH] document provisioning in the README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c485367..dd2664b 100644 --- a/README.md +++ b/README.md @@ -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`_