Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
botanicus edited this page Sep 13, 2010 · 83 revisions

This page is up to date for Rango 0.1.

Installation via RubyGems

  • Daily builds: gem install rango --pre (Daily builds currently doesn’t work, I’m going to fix it till end of this week.)
  • Stable version: gem install rango

We were using option --development for installing development dependencies, unfortunately Rack has Mongrel as a development dependency and Mongrel compilation fails on Ruby 1.9, so I put everything into normal dependencies for now.

Installation via Rip

  • Install edge version: rip install git://github.com/botanicus/rango.git
  • Install tagged version: rip install git://github.com/botanicus/rango.git 0.1

Start

Documentation

Before Boot

Rack & HTTP

MVC

Templates

Deployment

Plugins

Development

Rango development

Links

Community

Clone this wiki locally