ColinDabritz / rails_lab_coat

Tools for doing rails science! (and cleaning up after yourself)
2 stars 2 forks source link

Add heroku toolbelt #9

Closed ColinDabritz closed 11 years ago

ColinDabritz commented 11 years ago

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:

su -l vagrant -c 'wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh'

This should be part of the process in the bootstrap.sh after the RVM install.

ColinDabritz commented 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.

ColinDabritz commented 11 years ago

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.

ColinDabritz commented 11 years ago

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