Skip to content
Pedro Belo edited this page Jul 10, 2015 · 7 revisions

Before using Pliny you'll need to be familiar (and have available):

  • Postgres with the uuid-ossp module
  • Foreman, to declare processes with Procfile
  • Ruby, Rubygems, Sinatra

Pliny is distributed as a gem. Install it like:

$ gem install pliny

Next: Getting started

$ pliny-new myapi

Next up run the bin/setup script to install dependencies, create databases, etc:

$ cd myapi
$ bin/setup

You can confirm your environment is setup by running tests:

$ rake
No examples found.
Finished in 0.00008 seconds
0 examples, 0 failures

Clone this wiki locally