Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
overleaf
Commits
e3d3dd83
Commit
e3d3dd83
authored
Aug 15, 2014
by
James Allen
Browse files
Add in tags and chat services
parent
86484074
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
e3d3dd83
...
...
@@ -8,6 +8,9 @@ clsi
filestore
track-changes
docstore
tags
chat
spelling
compiles
cache
...
...
Gruntfile.coffee
View file @
e3d3dd83
...
...
@@ -24,6 +24,12 @@ SERVICES = [{
},
{
name
:
"docstore"
repo
:
"https://github.com/sharelatex/docstore-sharelatex.git"
},
{
name
:
"chat"
repo
:
"https://github.com/sharelatex/chat-sharelatex.git"
},
{
name
:
"tags"
repo
:
"https://github.com/sharelatex/tags-sharelatex.git"
}]
module
.
exports
=
(
grunt
)
->
...
...
config/settings.development.coffee.example
View file @
e3d3dd83
...
...
@@ -85,12 +85,18 @@ module.exports =
documentupdater:
port: docUpdaterPort = 3003
host: "localhost"
clsi:
port: clsiPort = 3013
host: "localhost"
filestore:
port: filestorePort = 3009
host: "localhost"
chat:
port: chatPort = 3010
host: "localhost"
tags:
port: tagsPort = 3012
host: "localhost"
clsi:
port: clsiPort = 3013
host: "localhost"
trackchanges:
port: trackchangesPort = 3015
host: "localhost"
...
...
@@ -120,7 +126,7 @@ module.exports =
url : "http://localhost:3002"
emptyProjectFlushDelayMiliseconds: 5 * seconds
tags:
url :"http://localhost:
3012
"
url :"http://localhost:
#{tagsPort}
"
spelling:
url : "http://localhost:3005"
versioning:
...
...
@@ -133,7 +139,7 @@ module.exports =
apiKey: ""
subdomain: ""
chat:
url: "http://localhost:
3010
"
url: "http://localhost:
#{chatPort}
"
templates:
port: 3007
blog:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment