Skip to content

cartwheelweb/packaginator-sentry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The core method of doing a Sentry install for Packaingator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages