kylef-archive / bluepaste

API Blueprint paste service

Home Page:https://bluepaste.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

API Blueprint paste service

https://bluepaste.herokuapp.com/

License:MIT License


Languages

Language:Python 56.0%Language:HTML 26.2%Language:CSS 13.6%Language:API Blueprint 4.2%