To edit office documents and collaborate, integrate Euro-Office Docs into your sync&share app.
A random secret is generated automatically if a custom secret has not been added during installation. To obtain the default secret, run this command:
sudo docker exec 4cc8e80b7b35 /var/www/euro-office/documentserver/npm/json -f /etc/euro-office/documentserver/local.json 'services.CoAuthoring.secret.session.string'
You can replace the default secret with a custom key using Docker env.
More information about JWT in the documentation.
Use the integrated test example, a simple doc management system, to check if the editors are running correctly.
sudo docker exec 4cc8e80b7b35 sudo supervisorctl start example
sudo docker exec 4cc8e80b7b35 sudo sed 's,autostart=false,autostart=true,' -i /etc/supervisor/conf.d/ds-example.conf
If you already installed test example, access it here:
Please do NOT use a test example on your own server without proper code modifications. It is intended for testing purposes only and must be disabled before launching the editors into production.
Use Admin Panel to manage server configuration and monitoring.
sudo docker exec 4cc8e80b7b35 sudo supervisorctl start adminpanel
sudo docker exec 4cc8e80b7b35 sudo sed 's,autostart=false,autostart=true,' -i /etc/supervisor/conf.d/ds-adminpanel.conf
On first access, you'll need to complete initial setup using a bootstrap code from the server logs. The bootstrap code is valid for 1 hour and can be found by checking the Admin Panel logs.
Create issues on GitHub.