-
Notifications
You must be signed in to change notification settings - Fork 186
Getting the Release
Ng Justin edited this page Jun 14, 2017
·
10 revisions
- Go to the Loris repository
- Look for "releases"
- Click it
- Look for the "Latest release" label
- Look for the "Source code" URL(s)
-
Right-click the
.zipURL - Copy the URL (AKA "link address")
- You now have the
<loris-release-url>
The "releases" location:

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

Make sure you're ssh'd as <unix-user>
- Run
cd /var/www(Or where yourapache2is serving files from) - Run
cd <loris-directory> - Run
sudo wget <loris-release-url> -O release.zip - Run
sudo unzip release.zip - Run
ls - You'll see a directory name that looks like
Loris-XX.X.X, we'll call it<loris-release-directory> - Run
sudo mv <loris-release-directory> Loris - Run
ls - You should see that
<loris-release-directory>has been renamed toLoris - Run
sudo rm release.zip
Downloading and unzipping:

Renaming and cleaning up:
