FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sentry-release-registry/api-server at master · getsentry/sentry-release-registry · GitHub

Latest commit

 

History

History

README.md

sentry-release-registry-apiserver

This is a minimal web service that gives better access to the data contained in this repository.

Installation

virtualenv -ppython3 .venv
. .venv/bin/activate
pip install --editable .

Run the server

Locally you can use flask run for it:

export FLASK_APP=./apiserver.py
export FLASK_ENV=development
flask run

For production use export FLASK_ENV=production instead.


Back | FazBrowse Home | New Git URL