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

Updated README.md to include nexus user creds and description of the RE2 regex syntax.

parent a80dc96e
Branches
No related tags found
No related merge requests found
......@@ -73,6 +73,8 @@ On Mac, `remote-viewer` is part of the `virt-viewer` package from MacPorts that
`nexush` is a **nexus-client** in the form of a single native executable featuring the commands listed below.
Most commands support regular expressions (regex) in order to perform actions on multiple VMs at once.
Regular expressions must conform to the RE2 GO syntax described here [https://github.com/google/re2/wiki/Syntax](https://github.com/google/re2/wiki/Syntax).
```
Welcome to nexush, the nexus shell.
Type: "help" for help on commands
......@@ -430,6 +432,9 @@ Below is a screenshot of `nexus-exam`'s graphical interface:
## Tutorial: creating a live exam with nexush
First and foremost, VM templates for the most popular distributions are available on HEPIA ISC nexus server (Debian, Ubuntu, Xubuntu, Manjaro, Fedora).
In all templates, the default user/password is `nexus/nexus`. Beware that the user has `sudo` (root) access.
Let's say you want to create an exam for the class "ProgSys". Let's assume 30 students are enrolled in the class.
First, you need to create the VM that will be used by the students during the exam. Typically, this VM will contain the exam environment (compilers, editors, tools, etc.) along the description of the exam, for instance as a PDF on the desktop.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment