-
Notifications
You must be signed in to change notification settings - Fork 1
Home
jdrda edited this page Dec 7, 2015
·
6 revisions
####Minimum requirements
- Web server with PHP regatding to Laravel requirements
- Composer installed
####Installation process
- Clone the repo to some directory
git clone https://github.com/jdrda/olapus.git
- Install vendor libraries
composer install
- 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)
- Copy
/.env.exmple
to/.env
- Copy
/app/Http/routesCustom-example.php
to/app/httpd/routesCustom.php
The admin will be available under//yourhost/admin