mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Add in Vagrant/Ansible backed installation method
This commit is contained in:
parent
b495240d49
commit
26302597a7
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue