Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 615 Bytes

README.rst

File metadata and controls

18 lines (15 loc) · 615 Bytes

Packaginator Sentry Server

Installation

  1. git clone https://github.com/cartwheelweb/packaginator-sentry
  2. cd packaginator-sentry
  3. Create a virtualenv in your preferred way (eg. using mkvirtualenv).
  4. pip install -r requirements.txt
  5. Edit src/local_settings.py with the text editor of your choice. You will want to add the SENTRY_KEY setting as well as proper database settings.
  6. src/manage.py syncdb
  7. For local testing: src/manage.py runserver; for production: Set up your webserver.