Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 694 Bytes

README.rdoc

File metadata and controls

21 lines (14 loc) · 694 Bytes

pergola

web frontend for mongoDB development based on padrino, haml, compass and jquery.

Installation

To install pergola, simply clone the git repo and run the rake setup task:

$ git clone [email protected]:ryanfitz/pergola.git
$ cd pergola
$ rake setup

This will copy the latest version of pergola to your machine and create the needed runtime environment to launch pergola.

If you plan on running pergola in production mode then you need to run:

$ rake setup RACK_ENV=production

Startup

Pergola is a standard rack based app, you can deploy it using any rack compliant webserver

$ thin start -R config.ru -p 3000

Pergola is now up and running at localhost:3000