Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  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.pngImage AddedScreenshot 2024-07-16 091156.pngImage Added
  2. SSH into the OOD instance

  3. Change the owner to root

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

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

...