Skip to content

Instantly share code, notes, and snippets.

@fourplusone
Created April 29, 2012 16:25
Show Gist options
  • Save fourplusone/2551685 to your computer and use it in GitHub Desktop.
Save fourplusone/2551685 to your computer and use it in GitHub Desktop.
Ensure that all dependencies are up to date...
Ensure jQuery is downloaded and up to date...
Clear minfified cache...
ensure custom css/js files are created...
start...
[2012-04-29 18:14:24.058] [WARN] console - Can't get git version for server header
ENOENT, no such file or directory '/private/tmp/ep_bug/.git/481c349f59e6e2214832a89193842717da4'
[2012-04-29 18:14:24.061] [INFO] console - Report bugs at https://github.com/Pita/etherpad-lite/issues
[2012-04-29 18:14:24.562] [INFO] console - Installed plugins: ep_etherpad-lite
[2012-04-29 18:14:24.563] [INFO] console - Installed parts:
ep_etherpad-lite/adminplugins
ep_etherpad-lite/socketio
ep_etherpad-lite/errorhandling
ep_etherpad-lite/importexport
ep_etherpad-lite/apicalls
ep_etherpad-lite/webaccess
ep_etherpad-lite/padreadonly
ep_etherpad-lite/padurlsanitize
ep_etherpad-lite/specialpages
ep_etherpad-lite/static
[2012-04-29 18:14:24.563] [INFO] console - Installed hooks:
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/adminplugins:expressCreateServer from ep_etherpad-lite/adminplugins
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/socketio:expressCreateServer from ep_etherpad-lite/socketio
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/errorhandling:expressCreateServer from ep_etherpad-lite/errorhandling
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/importexport:expressCreateServer from ep_etherpad-lite/importexport
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/apicalls:expressCreateServer from ep_etherpad-lite/apicalls
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/padreadonly:expressCreateServer from ep_etherpad-lite/padreadonly
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/padurlsanitize:expressCreateServer from ep_etherpad-lite/padurlsanitize
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/specialpages:expressCreateServer from ep_etherpad-lite/specialpages
expressCreateServer: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/static:expressCreateServer from ep_etherpad-lite/static
socketio: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/adminplugins:socketio from ep_etherpad-lite/adminplugins
expressConfigure: /private/tmp/ep_bug/node_modules/ep_etherpad-lite/node/hooks/express/webaccess:expressConfigure from ep_etherpad-lite/webaccess
[2012-04-29 18:14:24.566] [INFO] console - info - 'socket.io started'
[2012-04-29 18:14:24.577] [INFO] console - Server is listening at 0.0.0.0:9001
[2012-04-29 18:14:24.578] [INFO] console - Plugin admin page listening at 0.0.0.0:9001/admin/plugins
[2012-04-29 18:14:28.099] [INFO] http - 401, GET /admin/plugins
[2012-04-29 18:14:34.418] [INFO] http - 200, GET /admin/plugins
[2012-04-29 18:14:34.442] [INFO] http - 200, GET /static/css/admin.css
[2012-04-29 18:14:34.766] [INFO] http - 200, GET /static/js/admin/plugins.js
[2012-04-29 18:14:34.908] [INFO] socket.io - handshake authorized '7977822001551217986'
[2012-04-29 18:14:34.933] [INFO] http - 304, GET /favicon.ico
npm http GET https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1335454418000
npm http 200 https://registry.npmjs.org/-/all/since?stale=update_after&startkey=1335454418000
[2012-04-29 18:15:00.483] [INFO] socket.io - transport end
[2012-04-29 18:15:00.495] [INFO] http - 200, GET /admin/plugins
[2012-04-29 18:15:00.525] [INFO] http - 304, GET /static/css/admin.css
[2012-04-29 18:15:00.526] [INFO] http - 304, GET /static/js/jquery.js
[2012-04-29 18:15:00.529] [INFO] http - 304, GET /static/js/admin/plugins.js
[2012-04-29 18:15:00.714] [INFO] socket.io - handshake authorized '9761161782068065427'
[2012-04-29 18:15:00.720] [INFO] http - 304, GET /favicon.ico
^C[2012-04-29 18:23:49.244] [INFO] console - graceful shutdown...
[2012-04-29 18:23:49.245] [INFO] console - db sucessfully closed.
/*
This file must be valid JSON. But comments are allowed
Please edit settings.json, not settings.json.template
*/
{
//Ip and port which etherpad should bind at
"ip": "0.0.0.0",
"port" : 9001,
//The Type of the database. You can choose between dirty, sqlite and mysql
//You should use mysql or sqlite for anything else than testing or development
"dbType" : "dirty",
//the database specific settings
"dbSettings" : {
"filename" : "var/dirty.db"
},
//the default text of a pad
"defaultPadText" : "Welcome to Etherpad Lite!\n\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\n\nEtherpad Lite on Github: http:\/\/j.mp/ep-lite\n",
/* Users must have a session to access pads. This effectively allows only group pads to be accessed. */
"requireSession" : false,
/* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */
"editOnly" : false,
/* if true, all css & js will be minified before sending to the client. This will improve the loading performance massivly,
but makes it impossible to debug the javascript/css */
"minify" : true,
/* How long may clients use served javascript code (in seconds)? Without versioning this
may cause problems during deployment. Set to 0 to disable caching */
"maxAge" : 21600, // 60 * 60 * 6 = 6 hours
/* This is the path to the Abiword executable. Setting it to null, disables abiword.
Abiword is needed to enable the import/export of pads*/
"abiword" : null,
/* This setting is used if you require authentication of all users.
Note: /admin always requires authentication. */
"requireAuthentication": false,
/* Require authorization by a module, or a user with is_admin set, see below. */
"requireAuthorization": false,
/* Users for basic authentication. is_admin = true gives access to /admin.
If you do not uncomment this, /admin will not be available! */
"users": {
"admin": {
"password": "xxxxxxxxx",
"is_admin": true
}
},
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment