Can you get a shell on your server even with this? Can you explain "HostingRails says that it is a problem when unfuddle tries to connect to their magnus server." - Unfuddle is also managing your `magnus` server?
Try this: $ cd ~ $ mkdir cap_test $ cd cap_test $ echo "role :web, 'my-server.com'" > Capfile $ cap shell Then once you have a shell: $> uptime And report your output – you'll note I mean to try this in absolute isolation from anything else. (so you can add anything else that is ESSENTIAL to the Capfile) -- Lee Hambley Twitter: @leehambley | @capistranorb -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
