I downloaded the windows version of heroku toolbelt from here https://toolbelt.heroku.com/
I chose my folder as
C:\Program Files (x86)\Heroku
which is NOT where my rails app directories are.
Now, according to the heroku homepage guide, https://devcenter.heroku.com/articles/quickstart#step-2-install-the-heroku-toolbelt
it says "Step 3: Login
After installing the Toolbelt, you’ll have access to the heroku command from your command shell. Authenticate using the email address and password you used when creating your Heroku account:"
Where do i go to do this? I don't see an executable command terminal file in any of the folders of where Heroku installed itself.
My heroku folder contains these directories and files bin data lib ruby-1.9.2 vendor unins000.dat unins000.exe unins000.msg
I try to execute commands on my windows command prompt, but that doesn't work either. I also used railsinstaller to install rails, ruby, git, etc., so i tried to run heroku commands from the Git Bash and that does not work either.
All of the instructions i read online, including the Github page for heroku toolbelt omits this crucial information. https://github.com/heroku/heroku.rb They will all tell you what commands to type, but don't tell you where to go or which command terminal to open from which folder after downloading.
Now, from my Git bash terminal, which I got from using railsinstaller, I can install the heroku gem, foreman gem, but the heroku gem is deprecated. Toolbelt is what I should be using, and here I am without a critical piece of information.
Does no one else have any problems installing heroku toolbelt and getting it to function? I'm kind of surprised that the omitted information hasn't seemed to spark other heroku toolbelt installation questions yet. Hopefully this question will help other first-timers as well.
Thank you in advance.
bin/
folder into your account's path variable at the beginning. Then restart shell, and try to call theheroku
command again – Малъ Скрылевъ