Re: Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Aaron C. de Bruyn
Another fun way to deploy it is to a dokku (or Heroku) server. Create a git repo with a requirements.txt that includes: sentry[postgres] psycopg2 Create a Procfile: web: sentry --config=sentry.conf.py start workers: sentry --config=sentry.conf.py celery worker -B And finally a sentry.conf.py wit

Re: Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Mario Gudelj
Look for fabulous on GitHub. It sets up all of that on ec2. On Wednesday, 6 April 2016, Neto wrote: > I need a fabric to install Sentry, Redis, and configure the server with > nginx template, supervisor etc. > I have a Amazon Instance, and I want with a command install everything. > I have follo

Re: Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Neto
I need a fabric to install Sentry, Redis, and configure the server with nginx template, supervisor etc. I have a Amazon Instance, and I want with a command install everything. I have following the docs, but I had problem with sentry-worker (supervisor). My server also was too slow Em terça-feira

Re: Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Mike Dewhirst
On 6/04/2016 4:54 AM, Neto wrote: I need to build a server using nginx to run sentry, I needed a routine to install all the necessary packages, and configure the server. I am using Ubuntu, Nginx, Django. Have a look at Mezzanine - it comes with a fabric file to install and maintain Nginx, Guni

Re: Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Daniel Chimeno
Hello, Sentry is a server by itself, following the installation docs you could install one. https://docs.getsentry.com/on-premise/server/ El martes, 5 de abril de 2016, 20:54:07 (UTC+2), Neto escribió: > > I need to build a server using nginx to run sentry, I needed a routine to > install all t

Fabric - Someone has a fabfile to build a Sentry server?

2016-04-05 Thread Neto
I need to build a server using nginx to run sentry, I needed a routine to install all the necessary packages, and configure the server. I am using Ubuntu, Nginx, Django. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g