I’m new to Ruby on Rails, and I just finished following the getting started guide at http://guides.rubyonrails.org/getting_started.html. In the guide I ran the development server on http://localhost:3000. Now I just moved the project folder to the directory of my website, but I cannot access the pages of the project by entering a URL. What steps do I need to do?
I’m new to Ruby on Rails, and I just finished following the getting started
Share
You will need to host your Rails application on a server that has Rails installed. Then you will need to make sure that you start whatever web server you are running on that web server so that it can start accepting requests.
If you haven’t already done it, I would suggest that you find a Rails-friendly web host that will handle the server configuration for you.