Hi, i have git, rails, heroku gem etc. all successfully installed on windows. The problem is that when i do something like
heroku create myapp heroku clone myapp cd myapp ruby script/server I get an error message that i have a missing database.yml, i know that this is on the .gitignore file so i create a config/database.yml for sqlite. I then try and start up the server and now i get a message saying that it cannot access the log/development.log file, which should be there in the first place since the log dir is not on the gitignore list. Even if i create the log file i still get more error so my question is, how do i get the heroku clone <app> function to work smoothly on windows like it does on http://s3.amazonaws.com/heroku_screencasts/api_and_git.mov --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" 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/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
