Update README.md

This commit is contained in:
James Allen 2014-02-21 10:18:33 +00:00
parent b2fa78d338
commit cd02addffb

View file

@ -1,18 +1,19 @@
ShareLaTeX ShareLaTeX
========== ==========
ShareLaTeX is a web-based collaborative LaTeX editor. We run a hosted service at [ShareLaTeX](https://www.sharelatex.com) is now open source! ShareLaTeX is an online real-time collaborative LaTeX editor, and you can now run your own local version where you can host, edit, collaborate in real-time, and compile your LaTeX documents. Were still 100% focused on running the hosted version at http://www.sharelatex.com, but we want to be more flexible in how you can use ShareLaTeX, and give something back to our wonderful community.
https://www.sharelatex.com and this repository contains the open source code that
powers it and allows you to run a local installation. **[Read more on our blog](https://www.sharelatex.com/blog/2014/02/21/sharelatex-is-now-open-source.html#.UwcnsEJ_ugc)**
Installation
------------
ShareLaTeX uses a service orientied architecture (SOA) where we have lots of small ShareLaTeX uses a service orientied architecture (SOA) where we have lots of small
APIs that talk to each other over HTTP and Redis pub-sub channels. This repository APIs that talk to each other over HTTP and Redis pub-sub channels. This repository
pulls together all of the different services and allows you to set up and run pulls together all of the different services and allows you to set up and run
them quickly. them quickly.
Installation
------------
First, check out a local copy of this repository: First, check out a local copy of this repository:
$ git clone git@github.com:sharelatex/sharelatex.git $ git clone git@github.com:sharelatex/sharelatex.git