Skip to content

Installing Typo Edge

harryseldon edited this page Sep 13, 2010 · 4 revisions

If you want to install Typo from edge version, you need to use our git repository.

In first, you need to download all source :

  • git clone git://github.com/fdv/typo.git

Then, you need all gems :

from rubyforge gems source (http://gems.rubyforge.org/) :

  • coderay
  • htmlentities
  • json
  • calendar_date_select

from github gems source (http://gems.github.com):

  • datanoise-actionwebservice = 2.2.2
  • mislav-will_paginate = 2.3.7

If you want to launch all test in Typo you need 3 other gems from rubyforge gems source :

  • flexmock
  • rspec
  • rspec-rails

To install gems from github:

  • gem sources -a http://gems.github.com
  • gem install datanoise-actionwebservice mislav-will_paginate