git clone https://github.com/niiknow/activecollab
chown -R 1000:1000 data/
- Place files in
data/app
and database restoration sql file indata/initdb
- Copy
.env-example
to.env
and update.env
file with valid config - Start interactively with
docker-compose up
- Reviews and fix any issue/errors
- Adjust/fix any issue with database login credentials and environment in
data/app
finally, docker-compose up -d
Comment out phpmyadmin when not in use.