mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 06:37:10 -04:00
basic support for cloudfoundry.
Add - Entry point server.js - Load port and mysql configuraion from env variable - Tunable polling duration
This commit is contained in:
parent
7e4bba0e31
commit
95f1992e4d
4 changed files with 44 additions and 1 deletions
5
server.js
Normal file
5
server.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Entry point for etherpad running on cloudfoundry
|
||||
var path = require('path')
|
||||
process.chdir( path.join( process.cwd(), 'node'))
|
||||
|
||||
var s = require("./node/server")
|
Loading…
Add table
Add a link
Reference in a new issue