Thetic/neounixweb: Difference between revisions
Appearance
< Thetic
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
เพื่อการอัปเกรดเซิร์ฟเวอร์ที่ถูกต้อง กรุณาอัปเกรดส่วนขยายพวกนี้ด้วย
- CodeMirror
- MediaWiki_Language_Extension_Bundle
- ซึ่ง bundle นี้มีส่วนขยายดังนี้
- Babel
- CLDR
- Translate
- UniversalLanguageSelector
- ซึ่ง bundle นี้มีส่วนขยายดังนี้
- CommonsMetadata
How to upgrade MediaWiki
- Set $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 $wgReadOnly
- Run maintenance script at the root MediaWiki directory
php maintenance/run.php update - Check to sees if there's anything wrong