Führe einfach die „30-minütige Installation" in einem anderen Verzeichnis als /var/discourse durch? Könnte diese Methode zu möglichen Konflikten führen? Ich würde eine zweite IP-Adresse für das neue Discourse verwenden – eine Methode, die ich in der Vergangenheit bereits genutzt habe, um WordPress und Discourse auf demselben VPS zu betreiben. Für mich ist das viel übersichtlicher als die Einrichtung eines Reverse Proxies.
Yes, you can use a second IP. You’ll need to modify app.yml so that it binds only to the correct IP, and then create a second app.yml (with a different name, of course). Howto bind discourse to a single IP address might help.
Yeah, I have done that in the past. My question is whether installing a second instance is just as easy as git-cloning discourse into a /var/SecondInstance folder and then running ./discourse-setup from there. Do both instances of discourse interfere with each other? DO each have their own app.yml?