Getting the Release - aces/Loris GitHub Wiki

Getting the Release URL

  1. Go to the LORIS latest release page
  2. Look for the "Source code" URL(s)
  3. Right-click the .zip URL
  4. Copy the URL (AKA "link address")
  5. You now have the <loris-release-url>

The "Latest release" and "Source code" locations:

Downloading LORIS

Make sure you're ssh'd as <unix-user>

Note that the path is assumed to be var/www/loris however your own path may be var/www/<project-name>, depending on your setup.

  1. Run cd /var/www (Or where your apache2 is serving files from)
  2. Run sudo wget <loris-release-url> -O release.zip, this will download the zip file and rename it to release.zip
  3. Run sudo unzip release.zip
  4. Run ls, you will see a directory named Loris-XX-X-X
  5. Run sudo mv Loris* loris, this will rename that directory to just loris
  6. Run ls
  7. You should see a loris directory
  8. Run sudo rm release.zip, to delete the zip file that we no longer need

Return to Installing LORIS

Click here to continue

⚠️ **GitHub.com Fallback** ⚠️