From 26302597a798c2cb195a320bec8188709062a90c Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 28 Feb 2014 18:36:27 +0000 Subject: [PATCH] Add in Vagrant/Ansible backed installation method --- server-ce/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/server-ce/README.md b/server-ce/README.md index 60bbf47c79..10ac14dbd0 100644 --- a/server-ce/README.md +++ b/server-ce/README.md @@ -13,6 +13,8 @@ APIs that talk to each other over HTTP and Redis pub-sub channels. This reposito pulls together all of the different services and allows you to set up and run them quickly. +### Manually + First, check out a local copy of this repository: ```bash @@ -45,6 +47,10 @@ grunt run ShareLaTeX should now be running at http://localhost:3000. +### With Vagrant + +There is a Vagrant and Ansible backed VM installatoin script for ShareLaTeX, maintained by [@palkan](https://github/palkan), available here: https://github.com/palkan/sharelatex-vagrant-ansible + Dependencies ------------