- Launch Docker
- Go to the “Registry” tab and search for “mariadb”. Double click to download the latest:
- Search for “groupoffice” and install the latest “intermesh/groupoffice”:
- Go to the image tab and double click “maridb” to create a container called “godb”.
- Click on “Advanced Settings” and set in the “Environment” tab:
MYSQL_USER=groupoffice
MYSQL_PASSWORD=groupoffice
MYSQL_DATABASE=groupoffice
MYSQL_ROOT_PASSWORD=groupoffice - Create a folder for the “/var/lib/mysql” volume in the “Volumes” tab.
- Click “Apply” to create the container.
- Now double click the “intermesh/groupoffice” container and go to the “Advanced Settings”.
- In the “Links” tab create a link to “godb” and call it “db”:
- Go to the "Volume" tab and mount a folder on "/var/lib/groupoffice":
- Review the “Environment” tab. Set apache server name and email:
- Check the port settings and launch your browser to the host and port. You should see the Group-Office installation screen. If you get the message "Please create a writable config.,ini" file then either /var/lib/groupoffice is not writable or the database connection can't be established. Please review those if you get that message.
- Finally you must add a scheduled task for GroupOffice. Go to Control Panel -> Task Scheduler on the Synology UI and choose Create -> Scheduled Task:Configure this command:
/usr/local/bin/docker exec --user www-data intermesh-groupoffice1 php /usr/local/share/groupoffice/cron.php - You're up and running!
Install SSL certificate
You probably need to install an SSL certificate too. This can be done easily. I've generated a Let's encrypt certificate at Control Panel -> Security:
- Right click on the certificate and choose "Export certificate".
- Extract those files in a folder on the synology NAS called "docker/certs".
- The add a file called "apache.conf" and put this in:
SSLCertificateKeyFile /etc/ssl/groupoffice/privkey.pem
SSLCertificateFile /etc/ssl/groupoffice/cert.pem
SSLCertificateChainFile /etc/ssl/groupoffice/chain.pem - The folder on Docker should look like this:
- Edit the Docker container settings of groupoffice and mount this folder at "/etc/ssl/groupoffice"
- Check the SSL port settings and start the container. You should now have SSL!
Install license files
If you purchased additional modules from Intermesh you can install the licenses by mounting them in the Volume tab: