/
Copy sandbox app to deployed app in OOD

Copy sandbox app to deployed app in OOD

Users don’t have permission to write outside of their home folders, and root can’t access user’s home folder. So we would need to copy the app folder in a tmp directory to move over

 Instructions

  1. Copy the sandbox app to /tmp directory through the UI
    You can get to the /tmp directory by the following step

    image-20240715-211524.png
    Screenshot 2024-07-16 091156.png
  2. SSH into the OOD instance

  3. Change the owner to root

    sudo chown -R root:root /tmp/{folder name}
  4. Move the directory to the apps/sys directory

    sudo mv /tmp/{folder name} /var/www/ood/apps/sys/

 

Related content

Developing an Open OnDemand App
Developing an Open OnDemand App
More like this
Setting up App development in Open OnDemand
Setting up App development in Open OnDemand
More like this
App development in Open OnDemand
App development in Open OnDemand
More like this