Skip to content

kylef-archive/bluepaste

Repository files navigation

Build Status

Bluepaste is an API Blueprint paste service.

Development Environment

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

Running the server

$ gunicorn bluepaste:wsgi --log-file -

Deploying on Heroku

Click the button below to automatically set up the Bluepaste and deploy Bluepaste to your own Heroku instance.

Deploy to Heroku

License

Bluepaste is released under the MIT license. See LICENSE.