檢視 Install MediaWiki on Debian Bullseye 的原始碼
←
Install MediaWiki on Debian Bullseye
跳至導覽
跳至搜尋
由於以下原因,您無權編輯此頁面:
您請求的操作只有這個群組的使用者能使用:
使用者
您可以檢視並複製此頁面的原始碼。
apt update apt upgrade --yes apt install --yes mediawiki apt install --yes imagemagick apt install --yes git apt install --yes php-sqlite3 ---- ---- nano /etc/mediawiki/1/LocalSettings.php ## The URL base path to the directory containing the wiki; ## defaults for all runtime URL paths are based off of this. ## For more information on customizing the URLs ## (like /w/index.php/Page_title to /wiki/Page_title) please see: ## https://www.mediawiki.org/wiki/Manual:Short_URL $wgScriptPath = "/w"; $wgScriptExtension = ".php"; $wgArticlePath = "/wiki/$1"; $wgUsePathInfo = true; ## The protocol and server name to use in fully-qualified URLs $wgServer = "https://wiki.domain"; #Set Default Timezone $wgLocaltimezone = "Asia/Taipei"; date_default_timezone_set( $wgLocaltimezone ); ## The URL paths to the logo. Make sure you change this from the default, ## or else you'll overwrite your logo when you upgrade! $wgLogos = [ '1x' => "$wgResourceBasePath/resources/assets/plugin/process.1x.png", '1.5x' => "$wgResourceBasePath/resources/assets/plugin/process.1.5x.png", '2x' => "$wgResourceBasePath/resources/assets/plugin/process.2x.png", 'icon' => "$wgResourceBasePath/resources/assets/plugin/process.icon.png", ]; $wgFavicon = "$wgResourceBasePath/resources/assets/plugin/process.ico"; $wgAppleTouchIcon = "$wgResourceBasePath/resources/assets/plugin/process.ico"; ## To enable image uploads, make sure the 'images' directory ## is writable, then set this to true: $wgEnableUploads = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; $wgMaxUploadSize = 4194304; $wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'ico', 'doc', 'docx', 'xls', 'xlsx', 'pdf', 'svg', 'bmp', 'webp' ); ---- ----
返回到「
Install MediaWiki on Debian Bullseye
」。
導覽選單
個人工具
登入
命名空間
頁面
討論
變體
視圖
閱讀
檢視原始碼
檢視歷史
更多
搜尋
導覽
首頁
工作、生活
網路、設備
資訊、技術
關於 Chevyne
近期變更
隨機頁面
MediaWiki說明
工具
連結至此的頁面
相關變更
特殊頁面
頁面資訊