Skip to content

Server Pro: Setup

John Lees-Miller edited this page Jan 18, 2019 · 17 revisions

The ShareLaTeX Server Pro image is used and configured in the same way as the open source ShareLaTeX Docker image. Instead use the image quay.io/sharelatex/sharelatex-pro. in your docker-compose.yml.

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

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