I think it is the same problem that I have with the install script. It migrates my test database but not my development database. So try to do a "rake db:migrate" to create the schema in your development database. If you still have an error (like me), see if your test database is ok and copy it in your development database. That's what I did and it worked fine for me.
But I definitely think there's something wrong with the script. Cheers, Thomas On 25 sep, 02:25, "Thanh Doan" <[EMAIL PROTECTED]> wrote: > Hello Long/Michael: > > I use both links below as a guide to install insohi. > > http://github.com/insoshi/insoshi/tree/master/README.rdochttp://sites.google.com/a/insoshi.com/insoshi-guides/Installation > > After I ran script > > *script/install* > > I checked *insoshi_development* database and there is no tables created. > > Then I run next step: > > rake db:test:prepare > > I got this message: *Run "rake db:migrate" to update your database then try > again. > > Do I have to run * *rake db:migrate* before *rake db:test:prepare?* > I dont see it on the instruction page. > > I posted all steps I did (with tracing logs) in my blog. > > http://thanhdoan.wordpress.com/2008/09/24/install-insoshi/ > > Can you have a look and let me know what is wrong here? > > Thank you. > > Thanh Doan --~--~---------~--~----~------------~-------~--~----~ Insoshi developer site: http://dogfood.insoshi.com/ Insoshi documentation: http://docs.insoshi.com/ You received this message because you are subscribed to the Google Groups "Insoshi" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/insoshi?hl=en -~----------~----~----~----~------~----~------~--~---
