Discourseの2番目のインスタントを同じVPSにインストールする方法は?

「30 分インストール」を /var/discourse 以外のディレクトリで実行するのはどうでしょうか?この方法を使うことで、どのような競合が発生する可能性がありますか?私は新しい Discourse に 2 番目の IP アドレスを使用する予定です。これは過去に WordPress と Discourse を同じ VPS で動作させるために使った方法で、リバースプロキシを設定するよりもはるかに手間がかからず、整理されています。

あらかじめありがとうございます。

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?

Anyone?

I could just go ahead and try it but I don’t want to ruin my currently working setup pf discourse+wordpress.

It’s easier to just create another xxx.yml in the same directory.