Add in real-time service

This commit is contained in:
James Allen 2014-11-21 12:44:53 +00:00
parent 759c84a962
commit 8a27de5149
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View file

@ -11,6 +11,7 @@ docstore
tags
chat
spelling
real-time
data
tmp

View file

@ -12,6 +12,10 @@ SERVICES = [{
name: "web"
repo: "https://github.com/sharelatex/web-sharelatex.git"
version: "master"
}, {
name: "real-time"
repo: "https://github.com/sharelatex/real-time-sharelatex.git"
version: "master"
}, {
name: "document-updater"
repo: "https://github.com/sharelatex/document-updater-sharelatex.git"