$ sudo -i This sets me up as the root user.
$ wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh
This didn't work so Lars did this:
$ sh ./the-name-of-the-script
wget is a program that downloads files from web servers. You could run: $wget http://jendiamond.com/index.ht ml and get the index.html from your site. In this case, you are using wget to download a script from heroku's server and then piping it to "sh" so you're downloading a script from the internet and running it locally as root. For whatever reason it didn't pipe to sh properly so I just ran:
$ sh ./the-name-of-tThis worked and I ran $ heroku create Then $ heroku login to check it out. After freaking out that my heroku app url only said: "An error occurred in the application and your page could not be served. Please try again in a few moments." I finally read the part in the tutorial that says: "Unfortunately, the resulting page is an error; as of Rails 4.0, for technical reasons the default Rails page doesn’t work on Heroku." I renamed my heroku app to railstutorial-jendiamond.he-script

Team Dysania and Team Bundler were going to meet up tonight to go over the Rails Girls materials so everyone felt comfortable coaching at the upcoming Rails Girls workshop. Jessica got sick and couldn't go so we cancelled until sometime in the future.
No comments:
Post a Comment