是否可以在 /var/discourse 以外的目录执行“30 分钟安装”?使用这种方法是否可能产生任何冲突?我打算为新的 Discourse 使用第二个 IP 地址。这是我过去在同一台 VPS 上同时运行 WordPress 和 Discourse 时采用的方法,对我来说,这种方法比设置反向代理要简洁得多。
提前感谢。
是否可以在 /var/discourse 以外的目录执行“30 分钟安装”?使用这种方法是否可能产生任何冲突?我打算为新的 Discourse 使用第二个 IP 地址。这是我过去在同一台 VPS 上同时运行 WordPress 和 Discourse 时采用的方法,对我来说,这种方法比设置反向代理要简洁得多。
提前感谢。
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.