We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc3dd9 commit fccadc1Copy full SHA for fccadc1
docs/en/setup.md
@@ -31,7 +31,7 @@ This documentation describes the process of bootstrapping the vocabulary server.
31
The vocabulary server requires Java 17, the systemd service assumes that Java 17 is the system default.
32
33
For the above three points, under Ubuntu:
34
-``bash
+```bash
35
export VOC_PORT=8081
36
export VOC_TOKEN=$(</dev/urandom tr -dc '[:alnum:]' | head -c17)
37
export VOC_PATH=/opt/digiverso/vocabulary
0 commit comments