*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
On the CNF conversion computers, the current version of GenISys LayoutLAB can be invoked with any of the following commands (don't type in the dollar sign, that is the command prompt):
| Code Block | ||
|---|---|---|
| ||
# On Minx, one of: $ TRACER |
...
$ TRACER.sh # On Korat: $ tracer |
Documentation:
Material Archive:
...
You can create a local copy of the archive using the following terminal commands:
| Code Block | ||
|---|---|---|
| ||
$ mkdir ~/MaterialArchive # On Minx: $ rsync -av /usr/local/TRACER/bin/MaterialArchive/ ~/MaterialArchive/ # On Korat: # Determine the TRACER version number with: $ ls -l /opt/local/TRACER # Substitute in the version number for <version_number> $ rsync -av /opt/local/TRACER/<version_number>/bin/MaterialArchive/ ~/MaterialArchive/ |
Manual and Videos:
...