When I clone the repository and run script/install (just using the default database.example as database.yml), it creates log/ development.log and db/development.sqlite3 as owned by "root". This then causes permissions issues later in the install process.
I have to manually chown those two files back to me and then run rake db:migrate and rake db:test:prepare rather than let the install script do it. Any reason why it would do this? When I look at the contents of script/install, only the gem install is run via sudo. The second command, rake install, seems to be inheriting the sudo somehow, however. Thanks, Evan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
