open-shiftize

This commit is contained in:
Radek 2012-09-21 17:33:46 +01:00
parent 02e2815595
commit 1dac22aa17
3 changed files with 6 additions and 6 deletions

View File

@ -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}"

View File

@ -1,3 +1,3 @@
github_user: 'intermine'
github_project: 'InterMine'
project_name: 'Core InterMine Project'
github_project: 'intermine'
project_name: 'current InterMine milestone'

View File

@ -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"