Versions Compared

Key

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

...

Users will then need to ssh to <projectname>.arcc.uwyo.edu which will automatically create a home directory on the shiny server. The first login will create an a “Xauthority” file if it does not exist, subsequent logins will not have this issue.

...

  • The main program must be named ‘app.R’

  • /shiny-server/apps is for Shiny apps

  • /shiny-server/logs is where failed app runs will show output.  The permissions are updated every 5 minutes, so make a run, get an error, wait 5 minutes and you’ll see your log.  ****--- this will be improved

  • Data is presented through proxy server@ https://pathfinder.arcc.uwyo.edu:<port>

Step 2a

Windows users might need to use sftp instead of scp to transfer the shiny app. This is because of permissions issues with the Windows Linux emulator.

...