Jump to content

Thetic/neounixweb: Difference between revisions

From Internal Dandelion and stuff Wiki
Created page with "neounixweb เป็นระบบ container incus ที่เป็นที่อยู่อาศัยของเว็ปวิกิของสารพัดนิกซ์ == วิกิสากลภิวัตน์ == วิกิตอนนี้อาศัยอยู่ที่ directory <code>/var/webapps/internationalisation/w/</code> เป็นพื้นที่มาตรฐานของ webapps ใน dailitation.xyz project ปั..."
 
No edit summary
Line 4: Line 4:
วิกิตอนนี้อาศัยอยู่ที่ directory <code>/var/webapps/internationalisation/w/</code> เป็นพื้นที่มาตรฐานของ webapps ใน dailitation.xyz project
วิกิตอนนี้อาศัยอยู่ที่ directory <code>/var/webapps/internationalisation/w/</code> เป็นพื้นที่มาตรฐานของ webapps ใน dailitation.xyz project
ปัจจุบันเชื่อมต่อกับ [[Keycloak]] อยู่ ในฐานะ client internationalisation
ปัจจุบันเชื่อมต่อกับ [[Keycloak]] อยู่ ในฐานะ client internationalisation
=== ส่วนขยายที่ไม่ได้แถมให้ใน MediaWiki ===
เพื่อการอัปเกรดเซิร์ฟเวอร์ที่ถูกต้อง กรุณาอัปเกรดส่วนขยายพวกนี้ด้วย
* [[Mediawikiwiki:Extension:CodeMirror|CodeMirror]]
* [[Mediawikiwiki:MediaWiki Language Extension Bundle|MediaWiki_Language_Extension_Bundle]]
** ซึ่ง bundle นี้มีส่วนขยายดังนี้
*** Babel
*** CLDR
*** Translate
*** UniversalLanguageSelector
* [[Mediawikiwiki:Extension:CommonsMetadata|CommonsMetadata]]
=== How to upgrade MediaWiki ===
# Set [[Mediawikiwiki:Manual:$wgReadOnly|$wgReadOnly]] (locking the database).
# Download and extract the latest release of MediaWiki
# Copy all of the files into the root MediaWiki directory
# Delete all of the extensions that were not included
# Install the corresponding extensions that were listed here
# Unset [[Mediawikiwiki:Manual:$wgReadOnly|$wgReadOnly]]
# Run maintenance script at the root MediaWiki directory <code>php maintenance/run.php update</code>
# Check to sees if there's anything wrong


[[Category:System with Keycloak integration]]
[[Category:System with Keycloak integration]]

Revision as of 14:56, 11 April 2026

neounixweb เป็นระบบ container incus ที่เป็นที่อยู่อาศัยของเว็ปวิกิของสารพัดนิกซ์

วิกิสากลภิวัตน์

วิกิตอนนี้อาศัยอยู่ที่ directory /var/webapps/internationalisation/w/ เป็นพื้นที่มาตรฐานของ webapps ใน dailitation.xyz project ปัจจุบันเชื่อมต่อกับ Keycloak อยู่ ในฐานะ client internationalisation

ส่วนขยายที่ไม่ได้แถมให้ใน MediaWiki

เพื่อการอัปเกรดเซิร์ฟเวอร์ที่ถูกต้อง กรุณาอัปเกรดส่วนขยายพวกนี้ด้วย

How to upgrade MediaWiki

  1. Set $wgReadOnly (locking the database).
  2. Download and extract the latest release of MediaWiki
  3. Copy all of the files into the root MediaWiki directory
  4. Delete all of the extensions that were not included
  5. Install the corresponding extensions that were listed here
  6. Unset $wgReadOnly
  7. Run maintenance script at the root MediaWiki directory php maintenance/run.php update
  8. Check to sees if there's anything wrong