Installing openEQUELLA

Environment setup

The following dependencies are required to successfully install openEQUELLA.

(Note: This is not a compulsory step if video file attachments will not be used in your institution or you don’t require them to display in the Videos gallery view.)

  • Database Server

    • PostgreSQL (8 or higher)
    • Microsoft SQL (2008 or higher)
    • Oracle (11g or higher)

Installation

  1. Download and unzip the openEQUELLA installer from Github
  2. Run installer:
~$ cd ~/equella-installer-{VERSION}
~$ java -jar enterprise-install.jar

During the install process you will be asked to specify where you’ve installed imagemagick, libav, java, and your database. For Linux users run the following commands:

  • Imagemagick in Ubuntu, run: whereis convert.
  • Libav in Ubuntu, run: whereis avconv.

Starting openEQUELLA

Windows

  1. In the windows command prompt, navigate to **/manager**
  2. To register openEQUELLA as a windows service type equellaserver install
  3. To start the openEQUELLA service type equellaserver start

*nix

~$ cd {install_location}/manager
~$ ./equellaserver start

and/or

~$ ./manager start

To stop openEQUELLA, run the same command to start the application, but pass in ‘stop’ instead of ‘start’.

Note: The primary log to watch is located under: {install_location}/logs/resource-centre/{current_date}/application.{X.}html

Accessing openEQUELLA / Finish Setup

Once openEQUELLA has started you can log into the server admin pages using the hostname and port you configured in the installer.

The installation process will need to be completed in the server admin pages. Please access the server admin pages, configure the fields presented, and once presented with the database screen, initialize the database.

At this point, openEQUELLA is ‘running’, but still needs an institution to be useful.

Import an Institution

  1. Download the preconfigured institution.
  2. Using the server admin pages, import the institution
  3. After the import completes, click ‘Return to Institution Management
  4. Your newly imported institution should be enabled on the ‘Institutions’ page. Click ‘Login’ under ‘Actions
  5. Login with the openEQUELLA super user TLE_ADMINISTRATOR, and use the institution password you set when configuring the institution import.

For further information about openEQUELLA installation, please refer to the Full Installation Guide.