4. Get Overleaf CEP Images
Obtaining CEP Image
CEP is distributed as a Docker image on the Docker Hub registry.
1
Pull CEP image
To get a CEP image, run the following command to pull:
docker pull overleafcep/sharelatex:6.0.1-ext-v3.3Then, add a file named docker-compose.override.yml with the following or similar content into the overleaf-toolkit/config directory:
---
services:
sharelatex:
image: sharelatex/sharelatex:ext-ce2
Switching to CEP
CEP can be used as a drop-in replacement for the Community Edition, so you can use your existing settings and customizations. Enable CEP in the Toolkit by editing config/overleaf.rc and setting the SERVER_PRO environment variable:
SERVER_PRO=trueThe next time you run bin/up, the Toolkit will automatically download and use the Server Pro image.
Last updated
Was this helpful?