-
git clone https://github.com/niiknow/activecollab
-
chown -R 1000:1000 data/
-
place files in data/app folder and cd data folder
ln -s ./public/ html
-
plase sql restoration file in data/initdb
-
copy
.env-example
to.env
and update config file with valid info -
docker-compose up
- Reviews and fix any 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.