On 3/6/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Just curious. I cannot seem to run instances of either Webrick or > Mongrel for apps I've cloned for local development using the wonderful > Heroku gem. I'll call script/server and receive a Permission denied > warning from bash. Does anyone know a workaround?
Run it like this: $ ruby script/server I know it's annoying that the permissions on all the scripts are not set executable. This is an unfortunate side-effect of some issues on the backend - we'll be able to correct this in the future, but for now you'll have to work around as shown above. Adam --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
