MenTaLguY wrote: > On Mon, 2007-03-05 at 18:39 +0100, Thibaut Fernagut wrote: >> Is hobix 0.5 known to work with ruby 1.8.6 ? >> >> I tried with 1.8.5 but no luck > > It is thought to work with 1.8.5. Could you be more specific about the > problem you're having? > > -mental >
Ok, here we go :-) 1) Followed the install from http://blog.interlinked.org/reviews/hobix.html 2) Hobix and roby installed on : [EMAIL PROTECTED] ~ $ uname -a Linux h0m3 2.6.19-gentoo-r5 #1 SMP Wed Feb 14 18:26:24 CET 2007 i686 Intel(R) Xeon(TM) CPU 3.00GHz GenuineIntel GNU/Linux [EMAIL PROTECTED] ~ $ which hobix /usr/bin/hobix 3) which ruby does hobix use : [EMAIL PROTECTED] ~ $ ruby `which hobix` hobix 0.5 on ruby 1.8.5 (2006-12-04) [i686-linux] Usage: hobix command weblog-name [command-options] 4) The blog creation thingy : [EMAIL PROTECTED] ~ $ hobix create h0m3 /var/www/sites/blokkie/blog.h0m3.be/web/ *** Creation of weblog `h0m3' will add the following directory" structure to directory /var/www/sites/blokkie/blog.h0m3.be/web" /var/www/sites/blokkie/blog.h0m3.be/web hobix.yaml <- configuration entries/ <- edit and organize your news items, articles and so on. skel/ <- contains your templates htdocs/ <- html is created here, store all your images here, this is your viewable websyht lib/ <- extra hobix libraries (plugins) go here Create this structure? [y/N]: y The default blog is available in the following modes: apache1-ssi, apache2-ssi Modes: [Comma between each mode or Enter for none] apache1-ssi, apache2-ssi /usr/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 34, col 0: `+ <+ sidebar_list +>' (ArgumentError) from /usr/lib/ruby/1.8/yaml.rb:133:in `load' from /usr/lib/ruby/1.8/yaml.rb:144:in `load_file' from /usr/lib/ruby/1.8/yaml.rb:143:in `open' from /usr/lib/ruby/1.8/yaml.rb:143:in `load_file' from /usr/lib/ruby/site_ruby/1.8/hobix/util/patcher.rb:40:in `initialize' from /usr/lib/ruby/site_ruby/1.8/hobix/util/patcher.rb:39:in `each' from /usr/lib/ruby/site_ruby/1.8/hobix/util/patcher.rb:39:in `initialize' from /usr/lib/ruby/site_ruby/1.8/hobix/util/patcher.rb:52:in `new' from /usr/lib/ruby/site_ruby/1.8/hobix/util/patcher.rb:52:in `[]' from /usr/lib/ruby/site_ruby/1.8/hobix/commandline.rb:207:in `create_weblog' from /usr/bin/hobix:83:in `call' from /usr/bin/hobix:83 [EMAIL PROTECTED] ~ $ 5) install RedCloth [EMAIL PROTECTED] ~ $ sudo gem install RedCloth Attempting local installation of 'RedCloth' Local gem file not found: RedCloth*.gem Attempting remote installation of 'RedCloth' Updating Gem source index for: http://gems.rubyforge.org Successfully installed RedCloth-3.0.4 [EMAIL PROTECTED] ~ $ 6) irb ???? [EMAIL PROTECTED] ~ $ irb -rredcloth irb(main):001:0> irb(main):002:0* irb(main):003:0* irb(main):004:0* irb(main):005:0* ^C irb(main):005:0> quit [EMAIL PROTECTED] ~ $ What is supposed to happen here ? I hope this is enough info. _______________________________________________ Hobix-is-the-way mailing list [email protected] http://rubyforge.org/mailman/listinfo/hobix-is-the-way
