Skip to content

Instantly share code, notes, and snippets.

@fchevitarese
Created October 15, 2015 16:35
Show Gist options
  • Save fchevitarese/250245149f556a251474 to your computer and use it in GitHub Desktop.
Save fchevitarese/250245149f556a251474 to your computer and use it in GitHub Desktop.
gunicorn-fred
#!/bin/bash
cd /home/fred/projetos/python/datagoal-2.0.0/datagoal/
NEW_RELIC_CONFIG_FILE=newrelic.ini /home/fred/.virtualenvs/datagoal/bin/newrelic-admin run-program /home/fred/.virtualenvs/datagoal/bin/gunicorn -c /home/fred/projetos/python/datagoal-2.0.0/deploy/gunicorn-fred.conf.py datagoal.wsgi:application
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment