-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jan Drda edited this page Dec 13, 2016
·
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)
- Create file
/database/database.sqlite
and make it writable for your web server - Run migrations
php artisan migrate
- Copy
/.env.exmple
to/.env
- Copy
/app/Http/routesCustom-example.php
to/app/Http/routesCustom.php
The admin will be available under//yourhost/admin