Linkace
1 - Download and extract linkace-docker-simple.zip
2 - Edit the base configuration
You have to change the following settings in the .env file before starting the setup:
- DB_PASSWORD - Please set a secure password here
- REDIS_PASSWORD - Please set a secure password here
3 - chmod 666 .env
to be sure it's writable inside docker, for anybody
4 - If you want to bind volumes to a specific location on your drive for data persistence / backups, create the folder db
, linkace_logs
and backups
(if applicable) and grant docker write permission on those folders with chmod +w folder
5 - docker-compose up -d
6 - docker exec -it linkace_app_1 php artisan key:generate
to generate the app key
No Comments