Skip to content
Snippets Groups Projects
Commit 0f1afafe authored by Florent Gluck's avatar Florent Gluck
Browse files

minor change to docs/install.md

parent 3e79faf3
Branches
No related tags found
No related merge requests found
......@@ -269,6 +269,10 @@ Here is an example of how to build nexus-exam:
make build_nexus-exam CERT=$HOME/nexus-server/certs SERVER=10.0.2.15:1077 EXAM_USER=exam@nexus.org EXAM_PWD='3k0%tjslk$g42'
```
### Note
A static version of nexus-exam can be produced via the `build_nexus_exam_static` script inside the `docker` directory. This version uses docker to build the binary and it is to be used in the live exam OS image used during exams.
## Running nexus-exam
Given server, port, certificate and credentials are embedded in nexus-exam, running it is simply a matter of executing:
......@@ -280,10 +284,6 @@ or:
build/nexus-exam
```
### Note
A static version of nexus-exam can be produced via the `build_nexus_exam_static` script inside the `docker` directory. This version uses docker to build the binary and it is to be used in the live exam OS image used during exams.
## Deleting all nexus clients
```sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment