-
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.sqliteand make it writable for your web server - Run migrations
php artisan migrate
- Copy
/.env.exmpleto/.env - Copy
/app/Http/routesCustom-example.phpto/app/Http/routesCustom.phpThe admin will be available under//yourhost/admin