- Home
- Docs
- Installation and configuration
- Developer
- Docker version
- Registering ONLYOFFICE Docs Developer Edition
Registering ONLYOFFICE Docs Developer Edition
Registering ONLYOFFICE Docs Developer Edition
If you bought ONLYOFFICE Docs Developer Edition and received the license.lic file, you can place it to your installation to obtain the software full version.
Docker installation
When you are using the Docker container, the license.lic file can be placed in any folder (e.g., /app/onlyoffice/DocumentServer/data/license.lic
), but you will need to mount this folder when the container starts:
sudo docker run -i -t -d -p 80:80 --restart=always \
-v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \
-e JWT_SECRET=my_jwt_secret onlyoffice/documentserver-de
After that, your version of ONLYOFFICE Docs Developer Edition will become registered and full-featured.
Linux installation
When you are a Linux distribution user, the license.lic file is placed to the following folder:
/var/www/onlyoffice/Data/license.lic
After that, your version of ONLYOFFICE Docs Developer Edition will become registered and full-featured.
Windows installation
When you are a Windows user, the license.lic file is placed to the following folder:
%ALLUSERSPROFILE%\ONLYOFFICE\Data\license.lic
After that, your version of ONLYOFFICE Docs Developer Edition will become registered and full-featured.