Versions Compared

Key

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

...

Code is located at /var/www/continuingeducation. Conductor is located at /home/webuser/conductor.

Conductor commands should work as expected.

...

Set up a network drive at \\robodocker. In windows, open an explorer window and browse to \\robodocker. Then, right click on www and click "Map Network Drive". Then do the same for the webuser home directory.

If windows security asks for username / password credentials use:

username: webuser
password: password1

Mac

Code Block
mkdir -p "~/path/to/mount"
mount_smbfs cifs://webuser:password1@robodocker/www/ "~/path/to/mount"

...