fdv / typo watch
public
Description: Typo is the oldest and most powerful Ruby on Rails blogware, providing custom templates, powerful drag and drop plugins API, advanced SEO capabilities, XMLRPC API and many more.
Home | Edit | New

Installing Typo Edge

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
Last edited by harryseldon, Sun Mar 01 11:40:48 -0800 2009
Home | Edit | New
Versions: