/
Setting up App development in Open OnDemand

Setting up App development in Open OnDemand

A sandbox directory must be provisioned to enable app development in Open OnDemand (OOD).
First, we need to allow the user to create sandbox apps by creating a symlink to point to the homedir

This requires root access:

sudo mkdir -p /var/www/ood/apps/dev/<USERNAME> cd /var/www/ood/apps/dev/<USERNAME> sudo ln -s /home/<USERNAME>/ondemand/dev gateway

User using <NAME>@agreserch.co.nz would use

sudo ln -s /home/agresearch.co.nz/<NAME>/ondemand/dev gateway

 

Related content

App development in Open OnDemand
App development in Open OnDemand
More like this
Developing an Open OnDemand App
Developing an Open OnDemand App
More like this
Copy sandbox app to deployed app in OOD
Copy sandbox app to deployed app in OOD
More like this
How to connect to AgResearch eRI using a web browser
How to connect to AgResearch eRI using a web browser
More like this