Tyson Tate wrote:
> I've installed Ruby on Rails and Instiki 0.11.0 on my local machine
> to try to migrate the Web to a working version of Instiki, but I
> can't get it to create a new Web. I get the following when I try to:
>
> ---
> NoMethodError in Admin#create_system
>
> undefined method `files_path' for nil:NilClass

This likely means that you don't have SWIG installed; this is a  
poorly documented requirement for the sqlite3-ruby gem on *nix and  
Mac OS X systems.  If you use DarwinPorts, just do:
   sudo port install swig
in a Terminal window.  Otherwise, download and install SWIG from  
http://www.swig.org/.  Try Instiki again; you may or may not need to  
rebuild the sqlite3-ruby gem after installing SWIG.

-- John


_______________________________________________
Instiki-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/instiki-users

Reply via email to