Closed ColinDabritz closed 11 years ago
On running the script I discovered it mainly installs the heroku-toolbelt package. How odd. Adding it to puppet phase, might require custom package source.. investigate further.
Added toolbelt script. It's kind of messy, and still noisy, but it works. I'd like to investigate at least 'quieting' this portion of the install, or alternative approaches.
Note that Heroku Toolbelt is now part of the build, but the install script process is messy and noisy. See Issue https://github.com/ColinDabritz/rails_lab_coat/issues/17
The Hartl Tutorial uses the heroku toolbelt. This needs added to the install.
https://toolbelt.heroku.com/debian
wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
this process probably needs to be run as the vagrant user, like RVM. use:
This should be part of the process in the bootstrap.sh after the RVM install.