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 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
  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