Question
Marketplace Ruby on Rails droplet documentation
Is there additional documentation for the Digital Ocean marketplace Ruby on Rails droplet? While it is really useful to have everything set up for you, I don’t know how to deploy a new rails app that isn’t named ‘example’ to this new droplet
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.
×
Does anyone have new documentation on how to deploy an application to Digital Ocean with rails using Marketplace? I haven’t been able to figure out how to change the example app for the app that I want to actually deploy. I tried to delete the example folder then create the folder again and inside I cloned my repository, but it didn’t work. I also didn’t let me to run rails db:create to create the db or access to postgresql via sudo -u postgres sqlp. I enter the password for the rails user but it says that is incorrect.