Open OnDemand Sandbox: Difference between revisions

From Cheaha
Jump to navigation Jump to search
(Intro)
 
(setting up sandbox)
Line 1: Line 1:
[https://rc.uab.edu Open OnDemand] is a web interface to Cheaha HPC resources. We have setup multiple general purpose apps, such as HPC Desktop, Jupyter, RStudio etc, on cheaha, to make the process of accessing these basic softwares easier. OnDemand also allows users to setup their own personal apps in the OnDemand, as [https://osc.github.io/ood-documentation/master/app-development/tutorials-interactive-apps.html sandbox] apps.
[https://rc.uab.edu Open OnDemand] is a web interface to Cheaha HPC resources. We have setup multiple general purpose apps, such as HPC Desktop, Jupyter, RStudio etc, on cheaha, to make the process of accessing these basic softwares easier. OnDemand also allows users to setup their own personal apps in the OnDemand, as [https://osc.github.io/ood-documentation/master/app-development/tutorials-interactive-apps.html sandbox] apps.
===Setting up sandbox for your profile===
Setting up sandbox is pretty simple and straightforward.
* You need to create a dev folder in your '''DATA_USER/ondemand''' folder
<pre>
mkdir -p /data/user/$USER/ondemand/dev
</pre>
* Then go to [https://rc.uab.edu Cheaha OnDemand] , login, and under '''Help''', click on '''Restart Web Server'''
* You have successfully enabled sandbox for your environment, and you should see a new '''Develop''' tab.

Revision as of 16:27, 7 August 2020

Open OnDemand is a web interface to Cheaha HPC resources. We have setup multiple general purpose apps, such as HPC Desktop, Jupyter, RStudio etc, on cheaha, to make the process of accessing these basic softwares easier. OnDemand also allows users to setup their own personal apps in the OnDemand, as sandbox apps.

Setting up sandbox for your profile

Setting up sandbox is pretty simple and straightforward.

  • You need to create a dev folder in your DATA_USER/ondemand folder
mkdir -p /data/user/$USER/ondemand/dev
  • Then go to Cheaha OnDemand , login, and under Help, click on Restart Web Server
  • You have successfully enabled sandbox for your environment, and you should see a new Develop tab.