Skip to content

Instantly share code, notes, and snippets.

@yuikns
Created September 9, 2014 15:12
Show Gist options
  • Save yuikns/035c122f8cbcfbf38e40 to your computer and use it in GitHub Desktop.
Save yuikns/035c122f8cbcfbf38e40 to your computer and use it in GitHub Desktop.
links :
https://github.com/sharelatex/sharelatex/wiki/Production-Installation-Instructions
https://github.com/sharelatex/sharelatex/wiki/Setting-up-a-Development-Environment
link to mongodb with username & password :
https://github.com/sharelatex/sharelatex/issues/167
not compile :
https://github.com/LaTeXing/LaTeXing/issues/37
you need a latexmk version >= 4.39
after installed textlive , you may need to download : http://mirrors.ustc.edu.cn/CTAN/support/latexmk/latexmk.pl
install textlive :
http://tex.stackexchange.com/questions/134365/installation-of-texlive-full-on-ubuntu-12-04
bind error :
Exception: Error: Could not load the bindings file. Tried:
→ /var/sharelatex/sharelatex/web/node_modules/bcrypt/build/bcrypt_lib.node
→ /var/sharelatex/sharelatex/web/node_modules/bcrypt/build/Debug/bcrypt_lib.node
→ /var/sharelatex/sharelatex/web/node_modules/bcrypt/build/Release/bcrypt_lib.node
rm -rf web/node_modules/bcrypt
grunt install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment