Dockerfiles, scripts to support a ShareLaTeX server. The docker-related resources are a fork-ish of the official repo. Key differences address:
- Upgrading
tlmgr
to 2018 with a custom image - Downgrading mongodb to version 3, otherwise
mongodump
fails because apparently the version ofmongodump
installed through the debianapt
repository wasn't compiled to work with mongodb version 4
docker-compose up -d
sudo cp sync_sharelatex.sh /etc/cron.d/sync_sharelatex.sh
sudo cp sync_latest_sharelatex.sh /etc/cron.d/sync_latest_sharelatex.sh
crontab -e
# then edit the crontab accordingly