OLAINDEX Docker

OLAINDEX

https://github.com/WangNingkai/OLAINDEX

Set Up

  1. Edit env file, save as env.conf

https://github.com/WangNingkai/OLAINDEX/blob/master/.env.example

  1. create the storage directory
mkdir storage && chmod -R 777 storage
  1. Start server
curl https://raw.githubusercontent.com/Apocalypsor/OLAINDEX-Docker/master/docker-compose.yaml > docker-compose.yaml
docker-compose up -d

# optional
docker exec -it olaindex php artisan key:generate
docker exec -it olaindex php artisan migrate --seed
  1. Set up reverse proxy

If you want to use HTTPS, I’d recommend you to expose 443 port and set proxy URL as https://127.0.0.1:55443