Skip to content

Getting the Release

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

Getting the Release URL

  1. Go to the Loris repository
  2. Look for "releases"
  3. Click it
  4. Look for the "Latest release" label
  5. Look for the "Source code" URL(s)
  6. Right-click the .zip URL
  7. Copy the URL (AKA "link address")
  8. You now have the <loris-release-url>

The "releases" location:

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
  4. Run sudo unzip release.zip
  5. Run ls
  6. You'll see a directory name that looks like Loris-XX.X.X, we'll call it <loris-release-directory>
  7. Run sudo mv <loris-release-directory> Loris
  8. Run ls
  9. You should see that <loris-release-directory> has been renamed to Loris
  10. Run sudo rm release.zip

Downloading and unzipping:

Renaming and cleaning up:

Return to Installing Loris

Click here to continue

Clone this wiki locally