Does anyone have a good tutorial on how to use the 4 rails on apache + passenger in development? I installed all the dependencies, but not knowing the right vhost set up, probably.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
The Phusion Passenger docs have a detailed tutorial for setting up a rails app with passenger and apache including vhost examples: <br> <br>http://www.modrails.com/documentation/Users guide Apache.html#_deploying_a_rack_based_ruby_application_including_rails_gt_3 <br> <br>That should get you on the right path. Let us know if you still need help.