惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - 叶小钗
V
Visual Studio Blog
雷峰网
雷峰网
J
Java Code Geeks
博客园 - 三生石上(FineUI控件)
人人都是产品经理
人人都是产品经理
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
B
Blog RSS Feed
C
Check Point Blog
博客园 - Franky
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
V
V2EX
D
Docker
IT之家
IT之家
博客园 - 聂微东
腾讯CDC
U
Unit 42
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog

明明如月成长笔记

个人数据的开源备份:从明清档案之殇想到的 简体字的双重优势:打字效率与扫盲成效全解析 四小时深圳书城奇遇:那些藏在书架间的偶然与必然 正式把我的笔记系统迁移到 Obsidian,为了和 AI 配合 Gemini CLI 登录踩坑记录:GOOGLE_CLOUD_PROJECT_ID 的坑与解法 在 MacOS 上,成功恢复存储卡上被误删的照片 AI CLI 工具:Claude Code, Codex, Gemini CLI, Qwen code, CodeBuddy cli, cursor-agent 我的常用命令 港漂日记62:父亲节独自带娃,室内游戏、香港公园探展、观鸟、品味米其林餐厅 南航随心飞机票爬虫解密 acw_sc__v2 港漂日记61:香港私立诊所首诊:商业医保如何改变我的就医体验? 香港历史博物馆:看秦始皇兵马俑,还能和孔子比身高? 港漂日记59:母亲节礼物!AI 涂色小技巧,让孩子的爱跃然纸上 港漂日记60:西营盘网红旧书店 Book & Go 淘书记 港漂日记58:萌娃中环学体操,课后老师狂点赞 五一游记D4:深圳笔架山儿童乐园,邂逅无人机送外卖 我的400篇博客都写了些什么 珊瑚海兔四岁啦 港漂日记D159:亲子同乐日:一场精彩的幼儿园嘉年华 蛇年春节自驾D10:东莞-深圳-香港 DeepSeek教我如何收拾行李箱 福田取逗留签 回港新方式 蛇年春节自驾D9:江门-顺德-东莞 中国侨都华侨华人博物馆 东莞迎宾馆 蛇年春节自驾D8:茂名-开平-江门 挥春作业 粤西堵车 开平碉楼 迎财神 茂名博物馆参观记 蛇年春节自驾D7:茂名 中国第一摊 茂名博物馆 亚朵酒店 蛇年春节自驾D6:南宁-茂名 发财树 青秀山 路途亲子游戏 蛇年春节自驾D5:南宁过大年 醒狮贺岁 三街两巷 特色美食 骑行穿城 琅西夜市 打铁花 新春好!我用DeepSeek写祝福,顺便送你三款红包封面 蛇年春节自驾D4:钦州-南宁 钦州老街,万丽年夜饭 蛇年春节自驾D3:海陵岛-钦州 绝美悬崖餐厅,海景房租赁行情 明明如月成长笔记2024年公众号创作回顾(含免费红包封面🧧) 蛇年春节自驾D2:深圳-阳江-海陵岛
My MediaWiki on Azure
lmm333 · 2015-12-02 · via 明明如月成长笔记

This is wiki about page, I will write down the edit log here.

Upgrade Media from v1.20 to v1.26 (Fix no content error)

  • BUG: No content in page, but has content in edit page:bug detail
  • From this Page , I found it’s unable to downgrade PCRE on Azure, the only way is to upgrade mediawiki
  • Upgrate steps:
    1. Add to Git by azure web page in case rollback needed
    2. Clone to local, download v1.26 and merge files
    3. Run update.php for datebase upgrade from azure debug console page: https://lmm333wiki.scm.azurewebsites.net/DebugConsole
    4. cd to site\wwwroot, run “php maintenance/update.php “
    5. Update LocalSetting.php file from the Official Upgrate Guide
    6. Open site version page to check if all extension works well:

Add Google Analytic

  • edit $wgLogo to “favicon.ico” in LocalSettings.php in FTP folder
  • http://www.dadclab.com/archives/1991.jiecao

2015-01-31 Add Mobile Support [Faled]

  • Find mobile extension MobileFrontend Official site , Chinese Introduction
  • MobileFronted need Mediawiki 1.24 at least, I am 1.20.3 now, Azure is 1.23 now
  • “This version of MobileFrontend requires MediaWiki 1.24, you have 1.20.3. You can download a more appropriate version from https://www.mediawiki.org/wiki/Special:ExtensionDistributor/MobileFrontend”

2014-3-22 Add Markdown support

  • find markdown extensions MarkdownSyntax in official extension page
  • install the extension successfully with the wiki page and ftp login, remember the ftp user name is domain\user

2014-1-9

2014-1-1 hello world

  • hello world
  • install mediawiki v1.2 in Azure
    • add domain wiki.lmm333.com in azure management panel
  • edit LocalSettings.php in wwwroot folder
    • change $wgServer to “http://wiki.lmm333.com/”; ,so that links on wiki page will direct to wiki.lmm333.com, rather than azurewebsites.net

automate generated

MediaWiki has been successfully installed

Consult the [//meta.wikimedia.org/wiki/Help:Contents User’s Guide] for information on using the wiki software.

Getting started

  • [//www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]
  • [//www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]
  • [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]