./launcher أمر إعادة بناء التطبيق غير موجود

تم تعطيل الترقيات عبر واجهة المستخدم الويب حتى تقوم بتشغيل أحدث صورة.

للقيام بذلك، قم بتسجيل الدخول إلى خادمك باستخدام SSH وشغّل:

    cd /var/discourse
    git pull
    ./launcher rebuild app

أرى الشاشة أعلاه عند محاولة إجراء تحديث من لوحة التحكم.

يبدو أن التثبيت الخاص بي موجود في var/www/discourse.

نفذت أمر git pull داخل مجلد discourse، لكنني لا أعرف كيفية إعادة بناء التطبيق بشكل صحيح. هذا تثبيت باستخدام Docker؛ أي إرشادات ستكون محل تقدير كبير. شكرًا لك.

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

Can you share the exact commands you’re running, and the output you’re seeing (feel free to redact IP addresses/hostnames if you prefer)? /var/www/discourse sounds like you’re inside the docker container, rather that on your server.

You should be doing something like:

ssh user@forum.example.com
cd /var/discourse
git pull
sudo ./launcher rebuild app
4 إعجابات

You’re somehow connecting inside the container. You should probably connect to port 22 and maybe you’re connecting to port 2222; older installations had an ssh port exposed for the container.

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

I’m using Vultr and I just log into my account and open the console window. My command line shows root@vultr-app. is their a way to log out of the app?

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

I think i’m there I used an exit command now my folder structure looks right. Update is now rebuilding thanks for the help.

5 إعجابات

Aha! So apparently it leaves the console running and you forgot that you’d entered the container (with ./launcher enter app).

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

Yes that’s exactly what happened

C Robert Christensen (Bob)

3 إعجابات