...
Copy the sandbox app to /tmp directory through the UI
You can get to the /tmp directory by the following stepSSH into the OOD instance
Change the owner to root
Code Block sudo chown -R root:root /tmp/{folder name}
Move the directory to the apps/sys directory
Code Block sudo mv /tmp/{folder name} /var/www/ood/apps/sys/
...