https://github.com/WangNingkai/OLAINDEX
- Edit env file
cp .env.example .env
https://github.com/WangNingkai/OLAINDEX/blob/master/.env.example
- Create database
touch db/database.sqlite
- Start server
docker-compose up --build -d
- Configure app
docker-compose exec core php artisan key:generate
docker-compose exec core php artisan od:install
docker-compose exec core php artisan cache:clear