Skip to content
jdrda edited this page Dec 7, 2015 · 6 revisions

Welcome to the Olapus wiki!

Installation

Quick installation

####Minimum requirements

####Installation process

  1. Clone the repo to some directory git clone https://github.com/jdrda/olapus.git
  2. Install vendor libraries composer install
  3. Link your host to {olapus_installation}/public (due to Laravel limitation, the project cannot be run undere subdirectory, but must have own domains, working on workaround)

Configuration

Quick configuration

  1. Copy /.env.exmple to /.env
  2. Copy /app/Http/routesCustom-example.php to /app/httpd/routesCustom.php The admin will be available under //yourhost/admin
Clone this wiki locally