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
  • Stable version: gem install rango
  • JRuby: jruby --1.9 -S gem install rango

Rango itself doesn’t define any runtime dependencies, since you may want to use just a subset of Rango, i. e. just template layer. If you are using stack generator, you get Gemfile with usual dependencies, so gem bundle will take care about it.

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

Pull requests, wiki updates, tutorials and blog posts are really welcomed!

HOWTO

Links

Community

Clone this wiki locally