@@ -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.