On Apr 7, 2009, at 8:04 AM, Matthias Tarasiewicz wrote:
just tried ruby/rails/instiki on debian testing (squeeze)besides the fact that debian seems to be a bad platform choice to run ruby (rubygems cannot be updated with gem's internal gem update --system command and is on version 1.2, which renders it unusable for rails 2.3.2) the same reported issue as on ubuntu just occured:/usr/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/initializer.rb:269:in `require_frameworks': no such file to load -- net/https (RuntimeError)so the issue affects debian and ubuntu. apt-get install libopenssl-ruby also did fix this issue. see this topic on the rubygems madness on debian: http://stakeventures.com/articles/2008/12/04/rubygem-is-from-mars-aptget-is-from-venus
Right. I believesudo apt-get install ruby ruby1.8-dev libopenssl-ruby rubygems swig libsqlite3-ruby1.8 flex bison
gets you everything you need to install/run itex2MML and Instiki.
In particular, you don't need a GEM installation of Rails.
On the other hand, to run the upgrade script
http://golem.ph.utexas.edu/instiki/show/Upgrading
does require rake, which probably does need to be installed via a GEM.
This is not the only package that you need to install, in order to run Instiki on Ubuntu, so I don't think adding it to the list of required packages is a big deal (and does no harm on Debian, for that matter).http://golem.ph.utexas.edu/instiki/show/Installation
Jacques
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
