Skip to content

Instantly share code, notes, and snippets.

View OscarXvita's full-sized avatar
🤔

OscarXvita OscarXvita

🤔
View GitHub Profile
@OscarXvita
OscarXvita / install-sharelatex.md
Last active December 19, 2017 10:16
how to install and setup sharelatex on ubuntu 16.04 (for my personal documentation, used on a gcloud vm)

dependencies

database and stuff

sudo apt-get update
sudo apt-get install -y redis-server
sudo apt-get install -y mongodb

docker

sudo apt-get install -y apt-transport-https ca-certificates
sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

@OscarXvita
OscarXvita / sharelatex-install-ubuntu-16.04.md
Created December 18, 2017 12:57 — forked from gelim/sharelatex-install-ubuntu-16.04.md
sharelatex (non-docker) installation on a ubuntu 16.04 server

Installing ShareLaTex on Ubuntu 16.04

Use this as-is without any warranty, and don't bug ShareLatex project members if there are problems with my instructions. They officialy support docker installation only.

This gist summarize the actions I did to setup a pure ShareLaTex community edition on a bare linux ubuntu 16.04 server (no docker). I intentionnaly tried to stick to distribution practice for running daemons (via runit, and not via a custom my_init + setuser wrapper).

I basically took ShareLaTeX receipt to build their docker and adapted it.