Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Installation

Michael Joyce edited this page Oct 27, 2015 · 1 revision

How to Install LOCKSSOMatic

From Source

Clone the repository

git clone http://github.com/mjordan/lockss-o-matic lom

Fetch the dependencies

composer install --no-dev -n -o

Set file permissions

Setting the file permissions for a Symfony application depends on your operating system. The Symfony Book describes several options.

Update the database schema

./app/console doctrine:schema:update --force

Add a user

./app/console fos:user:create

Login & Use the application

Visit the application's home page and login.

Clone this wiki locally