Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJack Campbell
1,822 PointsDoes anyone know how to use Heroku
Hi there,
Has anyone created a Heroku account. Iām wanting to move all my code from a github account to a Heroku account and then to a domain. Has anyone done this before? If so how difficult is it and would you recommend any tutorials? I have never coded with ruby so this has been a little complicated to me if you have any tips, it will be appreciated.
Thanks so much!
Jack
1 Answer
Charles Lee
17,825 PointsIn addition to Anthony's answer. If this is a Rails project, heroku has an awesome comprehensive guide just for Rails. https://devcenter.heroku.com/articles/getting-started-with-rails4
It's not difficult, but you may feel overwhelmed by the number of steps depending on your experience building web apps.
anthonylee
16,904 Pointsanthonylee
16,904 PointsIf you are familiar with git, heroku should be really easy for you. Here is their tutorial in how you deploy your app https://devcenter.heroku.com/articles/git This will be a good place to start.