Skip to content

Server Pro: Setup

Henry Oswald edited this page Jul 26, 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 \
  quay.io/sharelatex/sharelatex-pro

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