Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

\uD83D\uDCD8 Instructions

  1. Copy the sandbox app to /tmp directory through the UI

  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/

  • No labels