Skip to content

Instantly share code, notes, and snippets.

@achmadns
Created October 10, 2015 15:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achmadns/7367c9cb1609e7ec0b9b to your computer and use it in GitHub Desktop.
Save achmadns/7367c9cb1609e7ec0b9b to your computer and use it in GitHub Desktop.
PM2 config example for Sinopia and Private Bower.
{
"apps" : [{
"name" : "sinopia",
"script" : "/home/achmad/.nvm/versions/node/v0.12.0/bin/sinopia",
"args" : [],
"watch" : false,
"node_args" : "",
"merge_logs" : true,
"env": {
}
},
{
"name" : "private-bower",
"script" : "/usr/bin/private-bower",
"args" : ["--config ~/.config/private-bower/config.json"],
"watch" : false,
"node_args" : "",
"merge_logs" : true,
"env": {
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment