There was an error while loading. Please reload this page.
Before using Pliny you'll need to be familiar (and have available):
CREATE EXTENSION "uuid-ossp";
Pliny is distributed as a gem. Install it like:
$ gem install pliny
Then initialize your new app:
$ 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
And use Foreman to boot your app server:
$ foreman start
Next: Writing your first app.
Home
Basics
Diving in
Guides