mirror of
https://github.com/status-im/burnchart.git
synced 2025-01-19 07:03:27 +00:00
open-shiftize
This commit is contained in:
parent
02e2815595
commit
1dac22aa17
@ -187,5 +187,5 @@ app.get '/issues', (req, res) ->
|
||||
fs.readFile "config.yml", "utf8", (err, data) ->
|
||||
Issues.config = yaml.load data
|
||||
|
||||
app.listen 3000
|
||||
console.log "Express server listening to port 3000"
|
||||
app.listen process.env.OPENSHIFT_INTERNAL_PORT or 3000, process.env.OPENSHIFT_INTERNAL_IP, ->
|
||||
console.log "Express server listening to port #{process.env.OPENSHIFT_INTERNAL_PORT or 3000}"
|
@ -1,3 +1,3 @@
|
||||
github_user: 'intermine'
|
||||
github_project: 'InterMine'
|
||||
project_name: 'Core InterMine Project'
|
||||
github_project: 'intermine'
|
||||
project_name: 'current InterMine milestone'
|
@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "github-burndown-chart"
|
||||
, "version": "0.1.0"
|
||||
, "version": "0.1.1"
|
||||
, "private": true
|
||||
, "dependencies": {
|
||||
"coffee-script": "latest",
|
||||
"coffee-script": "1.3.3",
|
||||
"express": ">= 3.0",
|
||||
"eco": "latest",
|
||||
"js-yaml": "latest"
|
||||
|
Loading…
x
Reference in New Issue
Block a user