Skip to content

Server Pro: Setup

Henry Oswald edited this page Jun 27, 2016 · 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.

$ docker run -d \
  -v ~/sharelatex_data:/var/lib/sharelatex \
  -p 5000:80 \
  --name=sharelatex \
  --privileged \
  quay.io/sharelatex/sharelatex-pro

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

Clone this wiki locally