كيفية تثبيت نسخة ثانية من Discourse على نفس VPS؟

هل تقصد تنفيذ “تثبيت مدته 30 دقيقة” في دليل مختلف عن /var/discourse؟ هل هناك أي تعارضات محتملة قد ينشئها استخدام هذه الطريقة؟ سأستخدم عنوان IP ثانٍ للـ Discourse الجديد، وهي الطريقة التي استخدمتها في الماضي لتشغيل 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.

إعجاب واحد (1)

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.