Question
How to configure Ruby on Rails app going from port 3000 to deployment?
Hello All
I have been stuck in this process for a while now, so I have the project ready to and are able to run it in port 3000 (I need to do rails s every time)
My question is how do I move from visiting ip:3000 to simply visiting ip? (still figuring out the dns thing)
I have tried to restart the project and test with the default home page and only devise gem, and any changes I made to the index.html.erb will show up, but the pages I added in with devise will not be there.
There was a time I played with nginx to see if it’s its problem but changing what it listens to doesn’t seem to help?
Thank you
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.
×