Rich Morin wrote: > OK, I finally got brave and downloaded a copy of Instiki. > Specifically, instiki-ar-beta1.zip > <snip> > > Gosh, OSX has sqlite3... > >> % which sqlite3 >> /usr/bin/sqlite3 > > So, it looks like there SHOULD be a step 3. Anyone want to help > this ruby/rails/instiki nuby get started? > > -r
Have you got the sqlite3 ruby gem installed? # gem install sqlite3 You also need to create the initial database tables, I believe by running script/create_db Chris _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
