On Oct 5, 2009, at 4:20 AM, Vornoff Jungle wrote:
I enjoy running Instiki on OS X, which is very easy.I recently tried running Instiki on an EEEPC with Xandros. I believe I have all the necessary components - I base this idea on the page at:http://golem.ph.utexas.edu/instiki/show/installation which suggests using:sudo apt-get install ruby ruby1.8-dev libopenssl-ruby rake rubygems libsqlite3-ruby1.8 swig flex bisonI tried installing the above things, and then I tried running instiki and I got:/home/user/memex/instiki-0.17> ./instiki./script/../config/../vendor/rails/railties/lib/initializer.rb: 224:in `install_gem_spec_stubs': undefined method `loaded_specs' for Gem:Module (NoMethodError) from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:224:in `reject!' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:224:in `install_gem_spec_stubs' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:113:in `send' from ./script/../config/../vendor/rails/railties/lib/ initializer.rb:113:in `run'from ./script/../config/boot.rb:46:in `load_initializer' from ./script/../config/boot.rb:38:in `run' from ./script/../config/boot.rb:11:in `boot!' from ./script/../config/boot.rb:109 from ./script/server:2:in `require' from ./script/server:2 from ./instiki:6:in `load' from ./instiki:6 /home/user/memex/instiki-0.17>
The problem is that you don't have a sufficiently recent version of Rubygems installed.
See, e.g.,
http://ryandaigle.com/articles/2008/5/13/loaded_specs-gem-error
If those instructions yield an error, then see
http://intertwingly.net/blog/2008/11/23/RubyGems-1-3-1-on-
Ubuntu-8-10
for how to update Rubygems, manually, to version 1.3.x.
This makes me wonder if I need to manually set up a SQL instance and run a SQL daemon before instiki will start up?
No, that's got nothing to do with it. If you were running MySQL, instead of SQLite3, that would be true...
JD
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
