overleaf/server-ce
2014-08-19 17:07:18 +01:00
..
cache Configure CLSI to use sqllite 2014-02-18 17:40:23 +00:00
chef Add nginx config file to .deb build 2014-08-19 10:41:04 +01:00
config Update default config to be more sane 2014-08-15 15:05:07 +01:00
package Leave new lines in after_install script 2014-08-19 12:50:29 +01:00
.gitignore Update default config to be more sane 2014-08-15 15:05:07 +01:00
.nvmrc Add .nvmrc 2014-02-25 16:02:23 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2014-02-24 15:24:47 +00:00
Gruntfile.coffee Install directories on initial installation 2014-08-19 15:25:16 +01:00
LICENSE Create LICENSE 2014-02-20 16:36:39 +00:00
package.json Update default config to be more sane 2014-08-15 15:05:07 +01:00
README.md Update README.md 2014-08-19 17:07:18 +01:00
Vagrantfile Generate Secret keys properly and start services on boot 2014-08-19 11:24:55 +01:00

ShareLaTeX

ShareLaTeX is an open-source online real-time collaborative LaTeX editor. We run a hosted version at http://www.sharelatex.com, but you can also run your own local version, and contribute to the development of ShareLaTeX.

Installation

We have detailed installation instructions in our wiki:

If you have any problems, have a look at our page of Frequent Problems and Questions.

Please help us make ShareLaTeX as easy to install as possible by answering our quick survey about your system and needs

Dependencies

ShareLaTeX should run on OS X and Linux. You need:

  • Node.js 0.10 or greater. We recommend that you use nvm to install it.
  • The grunt command line tools (Run npm install -g grunt-cli to install them)
  • A local instance of Redis (version 2.6.12 or later) and MongoDB running on their standard ports.
  • TeXLive 2013 or later with the latexmk program installed.

Other repositories

This repository does not contain any code. It acts a wrapper and toolkit for managing the many different ShareLaTeX services. These each run as their own Node.js process and have their own Github repository. These are all downloaded and set up when you run grunt install

The different services are:

web Build Status

The front facing web server that serves all the HTML pages, CSS and JavaScript to the client. Also contains a lot of logic around creating and editing projects, and account management.

document-updater Build Status

Processes updates that come in from the editor when users modify documents. Ensures that the updates are applied in the right order, and that only one operation is modifying the document at a time. Also caches the documents in redis for very fast but persistent modifications.

CLSI Build Status

The Common LaTeX Service Interface (CLSI) which provides an API for compiling LaTeX documents.

docstore Build Status

An API for performing CRUD (Create, Read, Update and Delete) operations on text files stored in ShareLaTeX.

filestore Build Status

An API for performing CRUD (Create, Read, Update and Delete) operations on binary files (like images) stored in ShareLaTeX.

track-changes Build Status

An API for compressing and storing the updates applied to a document, and then rendering a diff of the changes between any two time points.

chat Build Status

The backend API for storing and fetching chat messages.

tags Build Status

The backend API for managing project tags (folders).

spelling

An API for running server-side spelling checking on ShareLaTeX documents.

Contributing

Please see the CONTRIBUTING file for information on contributing to the development of ShareLaTeX. See our wiki for information on setting up a development environment and how to recompile and run ShareLaTeX after modifications.

Authors

License

The code in this repository is released under the GNU AFFERO GENERAL PUBLIC LICENSE, version 3. A copy can be found in the LICENSE file.

Copyright (c) ShareLaTeX, 2014.