You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jakob Ackermann edited this page Jul 23, 2024
·
18 revisions
! Announcing the Overleaf Toolkit !
The Overleaf Toolkit is the new way to deploy and manage Overleaf Community Edition and Server Pro.
We encourage new Overleaf users to get started with the Toolkit Quick Start Guide, instead of using this guide. The instructions on this wiki will remain in place for existing docker-compose based deployments.
The Overleaf Server Pro image is used and configured in the same way as the open-source Overleaf Docker image. Instead, use the image quay.io/sharelatex/sharelatex-pro in your docker-compose.yml.
We strongly recommend you run Server Pro on a recent version of Ubuntu, with a recent version of Docker. It's possible to run Server Pro on many other systems, but it will be much more difficult for us to offer support for systems that are far from the default Ubuntu/Docker setup. We also can't offer support for problems with Docker itself.
If you're explicit version numbering for the Docker images in docker-compose.yml. For example, quay.io/sharelatex/sharelatex-pro:2.0.0. In this case, use the new version number should be enough.
If you're not using any version number (as in quay.io/sharelatex/sharelatex-pro), or you're using latest (quay.io/sharelatex/sharelatex-pro:latest), you need to pull again the latest version of the image before restarting Server Pro:
The basic configuration can be found on the quickstart guide page, with customizations such as LDAP and Sandboxed Compiles available in the Server Pro image.