From 360b1120906fe5d0817b1e9090682a9506646bac Mon Sep 17 00:00:00 2001 From: Ulysses Zhan Date: Thu, 4 Apr 2024 01:17:11 -0700 Subject: [PATCH] update self-host-overleaf --- _posts/2023-09-29-self-host-overleaf.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/2023-09-29-self-host-overleaf.md b/_posts/2023-09-29-self-host-overleaf.md index c5e142b1..07f9ddb3 100644 --- a/_posts/2023-09-29-self-host-overleaf.md +++ b/_posts/2023-09-29-self-host-overleaf.md @@ -137,6 +137,10 @@ Use `bin/logs` in another shell to check the logs if there are any issues. While the containers are up, run `bin/shell` and run `tlmgr install scheme-full`. You need to wait for a long time. +If you run into the [problem](https://github.com/overleaf/overleaf/issues/1009) of +"Local TeX Live is older than remote repository," +you need to run `update-tlmgr-latest.sh` in the container +(after fetching it from CTAN first). After that, run `docker commit overleaf-sharelatex sharelatex/sharelatex:with-texlive-full`. Then, edit `config/docker-compose.override.yml` and uncomment the line `image: sharelatex/sharelatex:with-texlive-full`.