Skip to content

Instantly share code, notes, and snippets.

@lucduong
Created November 22, 2017 12:44
Show Gist options
  • Save lucduong/eb75379dd058591457c6bee1e69f5398 to your computer and use it in GitHub Desktop.
Save lucduong/eb75379dd058591457c6bee1e69f5398 to your computer and use it in GitHub Desktop.
pm2 guide
{
"apps": [{
"name": "impactool",
"cwd": ".",
"args": [
"manage.py",
"runserver"
],
"env": {
},
"script": "python",
"node_args": [],
"log_date_format": "YYYY-MM-DD HH:mm Z",
"exec_interpreter": "none",
"exec_mode": "fork"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment