Skip to content

Installing Loris

Ng Justin edited this page Jun 20, 2017 · 49 revisions

Ubuntu 14.04

At the time of this writing, June 20' 2017, there aren't updated instructions for Ubuntu 14.04. You may do the following for Ubuntu 14.04:

  • View Ubuntu 16.04 instructions and adapt for Ubuntu 14.04 (recommended)

Caveat for 14.04

Apache config files will be installed as *.conf, per Ubuntu 14.04. If running an earlier version of Ubuntu, rename these files, then run the following commands. After, restart Apache.

sudo a2dissite default
sudo a2ensite $projectname

Ubuntu 16.04

Quick installation steps may be found here for Ubuntu 16.04.

In-depth installation steps may be found here for Ubuntu 16.04.

CentOS

At the time of this writing, June 20' 2017, there aren't updated instructions for CentOS. You may do the following for CentOS:

  • View Ubuntu 16.04 instructions and adapt for CentOS (recommended)
  • View the older instructions for CentOS and adapt it for newer releases

Mac OS X

Mac OS X is no longer supported as of LORIS 15.10. You may do the following for Mac OS X

  • View Ubuntu 16.04 instructions and adapt for Max OS X (recommended)
  • View the older instructions for Mac OS X and adapt it for newer releases

To future maintainers of this documentation, please add CentOS installation instructions. It would be nice to have both the long (here) and short (here) versions.

Clone this wiki locally