Hi, I'm using my webfaction server not only to host some apps, but also as a remote development server I can access via SSH when I'm away (e.g. on holiday with a tablet and no laptop). I'm trying to set up a project I'm working on that is deployed on heroku, and I would need to install the heroku toolbelt so I can access the functions I need for debugging.
I tried installing the toolbelt via their standalone script ( asked 26 Dec '12, 14:12 ergelo |
According to the Heroku Toolbelt site, the toolbelt is the Heroku client. According to the Heroku client page on Github, you can install the Heroku client manually by downloading the tarball, extracting it, and adding its So, the following commands should do that for you:
Hope that helps! answered 26 Dec '12, 16:11 seanf that did it, thanks!
(27 Dec '12, 01:57)
ergelo
|