Commit Graph

48 Commits (3efb1345e008410d392e37f0f1e67269cf4ecf93)

Author SHA1 Message Date
psychobunny 6771c3c74c added deprecation notice to ./nodebb watch
barisusakli e22c13abd4 closes
Julian Lam 0d6be40238 fixed
Julian Lam 4125a087b5 closed , removed use of deprecated -d flag in executable
Julian Lam 783481e644 Support for reloading nodebb via the nodebb executable
psychobunny 7243aebee0 fixed supervisor to ignore committed minified file
Julian Lam 4f2603afd1 closed
psychobunny 5fba8f541d
psychobunny b21d6c76cf closes
psychobunny 4cd86affae update all files with new url
Julian Lam 4f5b3cc934 changing update script to only directly update vanilla and lavender
frissdiegurke 64a1eab980 use nodejs instead of node command if it exists
closes 
psychobunny ef03af9614 allow supervisor to watch less files as well
psychobunny 0079964d68 fixing start up crash when running with supervisor
Julian Lam a796940064 closed use --no-daemon flag to... not daemonize. Also, install script can be canceled without throwing errors.
Julian Lam d95398f808 more graceful handling of missing pidfile,
Julian Lam 0a35195fc7 an attempt at addressing loader madness...
Julian Lam 320f187829 split reset into themes, plugins, and all --
psychobunny af997061aa Merge pull request from gusnips/patch-1
accept arguments on setup
Julian Lam 0459e242fc resolved
Gustavo Salomé Silva 475ac1e772 accept arguments on setup
useful if you want to setup a new instance programatically
psychobunny fe147bfb67 have supervisor ignore public/templates folder
Julian Lam d63ff461f3 changed executable to not run watch-mode using the loader
Julian Lam ed0a17b94a reoad, lol
Julian Lam 20b5d577dd ability to restart nodebb via executable
Julian Lam a7c53519b6 updated executable help
Julian Lam 4567e5fbd0 updated help blurb in executable
Julian Lam 5b301772bb added daemon capability to ./nodebb start, npm start/stop scripts
Julian Lam 7b46d66e68 having the loader play nicely with supervisor -- ./nodebb watch can now hit the restart button
Julian Lam b64e5870b7 loader now handles arguments and ./nodebb watch command updated to not use loader.
Julian Lam d6a1fad527 removing timeout before restarting nodebb, fixing nodebb executable
Julian Lam b5496b5680 fixed executable help echo
psychobunny b71f1a410e added reset flag to ./nodebb script
Julian Lam bbdcd5d460 resolved
Julian Lam cb012ffa7a
Julian Lam e2c6eca36e fixed
Julian Lam 30f90fee31 running npm install for all plugins and themes as well, because npm (N)
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