From a6cabbb6920070f124856e6f660f9551d9c4ad98 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Tue, 24 May 2016 16:10:07 +0100 Subject: [PATCH] Update README.md --- server-ce/README.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/server-ce/README.md b/server-ce/README.md index 1457bcdb4f..63b87a2138 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -15,9 +15,7 @@ Installation We have detailed installation instructions in our wiki: * [Installing ShareLaTeX in Production using docker](https://github.com/sharelatex/sharelatex/wiki/Production-Installation-Instructions) -* [Setting up a ShareLaTeX Development Environment](https://github.com/sharelatex/sharelatex/wiki/Setting-up-a-Development-Environment) -**If you have any problems, have a look at our page of [Frequent Problems and Questions](https://github.com/sharelatex/sharelatex/wiki/FAQ).** Upgrading --------- @@ -25,18 +23,6 @@ Upgrading If you are upgrading from a previous version of ShareLaTeX, please see the [Release Notes section on the Wiki] (https://github.com/sharelatex/sharelatex/wiki/Home) for all of the versions between your current version and the version you are upgrading to. -Dependencies ------------- - -ShareLaTeX should run on OS X and Linux. You need: - -* [Node.js](http://nodejs.org/) 0.10.x. We recommend that you use [nvm](https://github.com/creationix/nvm) to install it. -* The [grunt](http://gruntjs.com/) command line tools (Run `npm install -g grunt-cli` to install them) -* A local instance of [Redis](http://redis.io/topics/quickstart) (version 2.6.12 or later) and [MongoDB](http://docs.mongodb.org/manual/installation/) running on their standard ports. -* [TeXLive](https://www.tug.org/texlive/) 2013 or later with the `latexmk` program installed. - -ShareLaTeX needs a minimum of 2gb of memory, it is likely to be more than that though depending on usage. - Other repositories ------------------