Coder Social home page Coder Social logo

sharelatex-docker's Introduction

DEPRECATED

This repository is no longer maintained, as Sharelatex was acquired by Overleaf, the original Sharelatex repository no longer exists, and they have official docker images.

sharelatex-docker

A docker image for running sharelatex. Still working, losely maintained, as ShareLaTex already has their own official image: https://hub.docker.com/r/sharelatex/sharelatex/ In contrast to the official repository this version runs in a single container.

Build Status

Docker Image

To acquire the build image from the docker's repositories execute:

docker pull  tiagoboldt/sharelatex-docker

Dockerfile

To build the image from source execute:

git clone https://github.com/tiagoboldt/sharelatex-docker.git
cd sharelatex-docker
docker build -t tiagoboldt/sharelatex-docker:sharelatex .

Please keep in mind the building process will take up to 1 hour.

Execution

To start the instance execute:

mkdir /srv/sharelatex-data
docker run -d -p 3000:3000 -v /srv/sharelatex-data:/data tiagoboldt/sharelatex-docker

It will be available on http://localhost:3000. Files will be kept in /srv/sharelatex-data. First execution might take some time to be ready. This is due to MongoDb pre-allocation.

Create first user

docker run -it -p 3000:3000 -v /srv/sharelatex-data:/data tiagoboldt/sharelatex-docker /bin/bash
cd /sharelatex/web
sharelatex.sh > /dev/null &
# wait until sharelatex is available at http://localhost:3000
grunt create-admin-user [email protected]
# click the url and set your password
# new users can be registred at http://localhost:3000/admin/register

ShareLaTex official image

ShareLaTex has an official docker image. It was introduced after this image was made available and it is not as well documented, hence, this image is still maintained.

sharelatex-docker's People

Contributors

christianreiss avatar darkdirk avatar dergachev avatar dirkheinke avatar heichblatt avatar joeiner avatar krono avatar luclu avatar luwidmer avatar m-schmoock avatar tiagoboldt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.