my-bookmarks
v1.0.4
Published
Example of single-page application that you can easily deploy and share
Maintainers
Readme
Publish
Sign up to NPM :
npm set init.author.name "Brent Ertz"
npm set init.author.email "[email protected]"
npm set init.author.url "http://brentertz.com"
npm adduserRun publication command:
npm version patch
npm publishInstallation and run
Install your app as any global NPM module:
sudo npm install monapp -g
monappDaemonize
You can use supervisor:
sudo apt-get install supervisorAdd file /etc/supervisor/conf.d/monapp.conf :
[program:monapp]
autorestart=false
command=monapp
redirect_stderr=true
user=nonuserThen restart Supervisor :
supervisorctl update