Versions Compared

Key

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

...

Code Block
$ R
> library(opaladmin)
> opals <- opal.login('administrator', 'password', url='http://${OPAL_URL}:8080')

Where $OPAL_URL is the IP address of, for example, one of the test environment VMs such as 192.168.56.100

To logout:

Code Block
> opal.logout(opals)

...