Skip to content

Getting the Release

Ng Justin edited this page Jun 20, 2017 · 10 revisions

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>

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

Return to Installing LORIS

Click here to continue

Clone this wiki locally