Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 500 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 500 Bytes

Kinto for heroku

kinto-heroku is an example on how to use Kinto and Heroku together. Following the installation you should have a Kinto server available for you to use.

Installation

$ git clone http://github.com/Kinto/kinto-heroku.git --depth=1 kinto-instance && cd kinto-instance
$ heroku create && git push heroku master
$ heroku open

Deploy to Heroku