0
I’m starting my Ruby studies with DSL Sinatra. For this I installed Node.js then ruby with Sinatra.
My applications locally are working normally. However, I would like to make them available for web consultation. (so you can call anywhere).
Would anyone have a first-step manual? This type of application is possible to leave them on shared web servers ? (Hosting of websites with Cpanel) ?
Thank you and Success!
Anderson, thank you for your help. I did all the procedures to get the application up. But how do I get it up? I used the command "ruby system.Rb -p8081 -e Production" However by Heroku the page does not answer. I would have some suggestion ?
– user11699
If you’ve followed all the steps, you don’t need to run the application, Heroku will automatically start the application when you run the "git push Heroku master" command, as described here: https://devcenter.heroku.com/articles/getting-started-with-ruby#deploy-the-app
– Anderson Brantes