-
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 latest release page
- 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 "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, this will download thezipfile and rename it torelease.zip - Run
sudo unzip release.zip - Run
ls, you will see a directory namedLoris-XX-X-X - Run
sudo mv Loris* Loris, this will rename that directory to justLoris, to make our lives easier - Run
ls - You should see a
Lorisdirectory - Run
sudo rm release.zip, to delete thezipfile that we no longer need