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

33 views
Skip to first unread message

Neto

unread,
Apr 5, 2016, 2:54:07 PM4/5/16
to Django users
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.

Daniel Chimeno

unread,
Apr 5, 2016, 5:06:24 PM4/5/16
to Django users
Hello,
Sentry is a server by itself, following the installation docs you could install one.

Mike Dewhirst

unread,
Apr 5, 2016, 5:39:42 PM4/5/16
to django...@googlegroups.com
Have a look at Mezzanine - it comes with a fabric file to install and
maintain Nginx, Gunicorn and Django

>
> --
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users...@googlegroups.com
> <mailto:django-users...@googlegroups.com>.
> To post to this group, send email to django...@googlegroups.com
> <mailto:django...@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/542ea33c-1c8f-4602-8735-ac1f1c38edaa%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/542ea33c-1c8f-4602-8735-ac1f1c38edaa%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

Neto

unread,
Apr 5, 2016, 6:35:02 PM4/5/16
to Django users
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

Mario Gudelj

unread,
Apr 5, 2016, 8:37:04 PM4/5/16
to django...@googlegroups.com
Look for fabulous on GitHub. It sets up all of that on ec2.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6b376d4-2c3d-49ae-a71d-aab60069ffde%40googlegroups.com.

Aaron C. de Bruyn

unread,
Apr 6, 2016, 12:09:15 AM4/6/16
to django...@googlegroups.com
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 with the appropriate settings.

'git push' and wait a few minutes.

-A



Reply all
Reply to author
Forward
0 new messages