Skip to content

luky83/bremen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dependencies:

  • node.js
  • mogodb

installation:

  • git clone

startup:

  • cd bremen
  • npm install
  • node app.js

install as a service with pm2 on debian

  • sudo npm install -g pm2
  • pm2 start bremon-server.js
  • pm2 startup systemd
  • copy, paste and execute command line from the previous command's output
  • pm2 save

start, stop, monitor process status

  • pm2 list
  • pm2 start bremon-server
  • pm2 stop bremon-server
  • pm2 restart bremon-server
  • pm2 info bremon-server
  • pm2 monit

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published