Exploring different implementation methods and had a question about using web app components.
I’m currently playing around with deploying Discourse and followed the tutorial for deploying Discourse to a Droplet here, which deployed successfully: https://marketplace.digitalocean.com/apps/discourse
But now I’m curious if I could more tightly integrate this deployment with my existing App which currently has two web components and a managed DB cluster. Would it be as easy as it sounds to just connect the Discourse github for a web component in my existing Web Application? Or would that be incorrect for some obvious reason?
I’m mainly asking to gain a better understanding as infra is a bit out of my comfort zone
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.
Hi there,
The DigitalOcean App Platform supports running Ruby apps, however, the official Discourse documentation recommends always using Docker:
Mainly this part here:
Based on that, it might be quite complex to get it all up and running without doing a lot of configuration. You can take a look at their official guide here:
It includes a lot of containers and components that would need to be configured. Especially around the different containers that they have.
Based on all that, the most straightforward solution here is to use the 1-Click image from the Marketplace.
Best,
Bobby