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 trialJoseph Mokenela
3,101 PointsSetting up Ruby on Rails on a web hosting server
I need to install Ruby on Rails application on a dedicated web hosting server, The server is running linux CentOS, Are the instructions similar to the ones we have on Ruby dive when we have to set on a server or there is a standard way to install on the production server?
2 Answers
Shawn Arnwine
1,070 PointsIf you have access to a dedicated server, then your best bet is to follow instructions such as those found here: https://www.digitalocean.com/community/articles/how-to-install-ruby-on-rails-on-centos-6-with-rvm
It's fairly standard/straight-forward. There are a multitude of other add-ons/configurations you can do to help your application deployment and performance...this is where it can get deep fast. With that being said, if there are specifics as it relates to your application/deployment/etc, please let me know and I'm happy to help.
If you are just starting out with getting into RoR, then I'd recommend leveraging a provider such as Heroku (and the associated Heroku deployment video found here.) It's free to start and once you have that down, you can work on learning how to spin up a server from scratch.
Joseph Mokenela
3,101 PointsThanks Shawn