Commit Graph

11 Commits (393bb7245ce7a73bbd346b1c1a1d69e9172f275c)

Author SHA1 Message Date
Julian Lam d48e749d54 removed confirmation prompt in upgrade option in nodebb executable
Julian Lam 649d8af36b updated help doc for executable
Julian Lam 6567819294 commented out "language" directive in executable (didn't do anything anyway), and added "upgrade" directive
psychobunny 9435acfa71 skip debug messages for supervisor
Julian Lam 7508bd216e new executable
Damian Bushong 1f3f672d3f /bin/bash to /bin/sh
No bashisms present? Don't be explicit about needing bash, then.
Julian Lam 27f874759e added message about using "forever" module to run production version of
nodebb
Julian Lam 4d99870063 updating nodebb executable so that it sends a NODE_ENV environment
variable in, and modified app.js and redis lib to read it.
Julian Lam 1a104686ac new header for meta title
Julian Lam c7fb07e2e5 Merge branch 'master' of github.com:psychobunny/node-forum
Conflicts:
	public/templates/header.tpl
	src/webserver.js
psychobunny a085b7eb0a shell script for running supervisor with nodebb for development