how can I have a teammate restart heroku server from his machine

Posted by josh on Stack Overflow See other posts from Stack Overflow or by josh
Published on 2010-05-01T20:37:22Z Indexed on 2010/05/01 20:47 UTC
Read the original article Hit count: 161

Filed under:
|
|

I have a rails app up on heroku. Sometimes the server bombs out and I have to go to the console and execute heroku restart so that servers get restarted. This seems to fix the problem.
However, I am not on my machine all the time. I would like to have a team member have this capability as well.

For this to happen...what does he need to do? Does he need to first have access to the github repository so that he can push and pull code to the repository and then install heroku on his machine?

Can this be done without git hub? can he just install heroku?

© Stack Overflow or respective owner

Related posts about heroku

Related posts about github