On Tue, June 20, 2006 11:00, Stephen Ng wrote:> If I have both MySQL and Sqlite installed, how can I get instiki to use
> one DB instead of the other?
RoR applications get there db-config from config/database.yml.
You have to setup the tables for instiki, if you switch the database.
There are migrate-files under db/migrate, but I don''t know if they
describe the full schema used by instiki.
How to use migrations is described here:
* http://wiki.rubyonrails.com/rails/pages/UnderstandingMigrations
* http://wiki.rubyonrails.com/rails/pages/UsingMigrations
Hope that helps,
Simon