Entradas

Install Our ShareLatex

ShareLaTeX is an online Latex editor, which allows collaboration with other users in real time, along with its compilation of PDF projects. This editor is accessible through the Web being a server-based application. Here, I will write the steps to follow to install ShareLaTeX on our servers, in this case, I have used Ubuntu 16.04. Step 1. Install these packages:  docker, and curl apt-get install -y docker docker-compose curl Step 2. Install docker-compose curl -L "https://github.com/docker/compose/releases/download/1.8.1/docker-compose-$(uname -s)-$(uname -m)" > /usr/local/bin/docker-compose Step 3. Give the appropriate permissions to the docker-compose folder chmod +x /usr/local/bin/docker-compose Step 4. Create the ShareLaTex folder, enter that folder and download the compose file for ShareLaTeX mkdir sharelatex && cd ./sharelatex wget https://raw.githubusercontent.com/sharelatex/sharelatex/master/docker-compose.yml Step 5.  Cha
Entradas recientes