Bluepaste is an API Blueprint paste service.
You can configure a development environment with the following:
NOTE: These steps assume you have Python along with pip and virtualenv installed.
$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ export DATABASE_URL="sqlite:///$(pwd)/development.sqlite"
$ export JWT_KEY="secret"
$ invoke migrate
$ gunicorn bluepaste:wsgi --log-file -
Click the button below to automatically set up the Bluepaste and deploy Bluepaste to your own Heroku instance.
Bluepaste is released under the MIT license. See LICENSE.