https://github.com/WangNingkai/OLAINDEX
- Edit env file, save as
env.conf
https://github.com/WangNingkai/OLAINDEX/blob/master/.env.example
- create the
storage
directory
mkdir storage && chmod -R 777 storage
- 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
- 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