-
Notifications
You must be signed in to change notification settings - Fork 174
Getting the Release
Laetitia Fesselier edited this page Apr 24, 2023
·
10 revisions
- Go to the LORIS latest release page
- Look for the "Source code" URL(s)
-
Right-click the
.zip
URL - 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>
Note that the path is assumed to be var/www/loris however your own path may be var/www/
<project-name>
, depending on your setup.
- Run
cd /var/www
(Or where yourapache2
is serving files from) - Run
sudo wget <loris-release-url> -O release.zip
, this will download thezip
file 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
- Run
ls
- You should see a
loris
directory - Run
sudo rm release.zip
, to delete thezip
file that we no longer need