Skip to content

Server Pro: Setup

Miguel Serrano edited this page Oct 18, 2019 · 17 revisions

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.

Obtaining Server Pro Image

First use your Server Pro credentials to log in:

docker login quay.io
Username: <sharelatex+your_key_name>
Password: <your key>

Then you can pull the image using Docker:

$ docker pull quay.io/sharelatex/sharelatex-pro:latest

Updating Image versions

First of all, read the instructions in Upgrading Containers section.

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:

$ docker pull quay.io/sharelatex/sharelatex-pro:latest

Where to go next

Basic configuration can be found on the quickstart guide page, with customizations such as LDAP and Sandboxed Compiles available in the Server Pro image.

Clone this wiki locally