split4. Get Overleaf CEP Images

Obtaining CEP Image

CEP is distributed as a Docker image on the Docker Hubarrow-up-right registry.

1

Pull CEP image

To get a CEP image, run the following command to pull:

Pull Docker Images
docker pull overleafcep/sharelatex:6.0.1-ext-v3.3

Then, add a file named docker-compose.override.yml with the following or similar content into the overleaf-toolkit/config directory:

docker-compose.override.yml
---
services:
    sharelatex:
        image: sharelatex/sharelatex:ext-ce
2

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:

config/overleaf.rc
SERVER_PRO=true

The next time you run bin/up, the Toolkit will automatically download and use the Server Pro image.

Last updated

Was this helpful?