Update README.md

This commit is contained in:
David Rotermund 2024-07-17 12:11:26 +02:00 committed by GitHub
parent 11d6a8be78
commit 3ebfbd99b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,5 +27,20 @@ Set a secret key in tools/secret_key.json. Then build the docker image with make
Set tools/allowed_domains.json Set tools/allowed_domains.json
Make sure that in tools/main.py is set correctly for your setup:
container_name_mongo:str = "overleafmongo"
port_mongo: int = 27017
container_name_overleaf: str = "overleafserver"
When you are happy with the setting, run:
make_image.sh
And then
up.sh
A full working setup can be found here https://github.com/davrot/overleaf A full working setup can be found here https://github.com/davrot/overleaf