Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Overleaf Installation

TerenceLau edited this page May 9, 2021 · 1 revision

Overleaf(ShareLaTeX) is a online LaTeX platform:

  1. docker pull sharelatex/sharelatex (pull container)
  2. mkdir ~/sharelatex && cd ~/sharelatex
  3. wget https://raw.githubusercontent.com/sharelatex/sharelatex/master/docker-compose.yml and modify the configuration file.
  4. docker-compose up -d
  5. docker exec -it sharelatex bash
  6. cd /usr/local/texlive && wget http://mirror.ctan.org/systems/texlive/tlnet/update-tlmgr-latest.sh && sh update-tlmgr-latest.sh -- --upgrade (upgrade textlive)
  7. tlmgr update --self --all && luaotfload-tool -fu && tlmgr install scheme-full (update tlmgr and font cache, install the texlive-full)
  8. back to the physics machine and use nginx as the proxy engine
Clone this wiki locally