Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Launch the virtual machine

  • Log into the console window for the Virtual Machine using the options found here – it would be adviseable advisable in this case to use the Ubuntu Terminal/Shell environment as it offers better funtionality of scrolling through the code compared to the virtual machine’s window.

  • Change to directory"/var/log/opal" 

    Code Block
    cd /var/log/opal

  • List the contents using:

    Code Block
     ls -lt

    (the "-lt" part of the command instructs it to list in order of most recent change).

  • The directory contains four log files: 

    • datashield.log

    • opal.log

    • rest.log

    • stdout.log

...