David Guest wrote: >Thank you, Alexey, for a wonderful product. I love Instiki, and now that it >is running with an SQL Lite backend, I feel much safer ... You have made an >outstanding contribution to our computing world. I found your installation >instructions excellent and it really is easy ... just ruby and instiki and >away you go. > > Wow... Thanks for the kind words. :)
>1) Is there a way to take a textile exported file and import it into the new >instiki. I have some old instiki sites I would love to simply move over to >your system. > > No, but there will be in 0.11.1. >2) How difficult is it to change to a different SQL DB backend? > > Absolutely. Instiki.org is running on MySQL now, I also use it in development. Just change config/database.yml to connect to MySQL instead of SQLite (there are examples in the config/database.yml itself). Then run migration (rake environment RAILS_ENV=production migrate). Rails also supports a number of other databases (Postgres, Oracle, SQLServer and even DB/2). Although I have never tried, it may be possible to deploy Instiki against one of those other databases. By the way, if somebody tries, please tell us about the outcome. Alex _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
