install

来自「开源的OpenId的一个java实现」· 代码 · 共 21 行

TXT
21
字号
Installation------------Extract the content of the archive (CarsSpace.tar.gz or (CarsSpace.zip), in this the 'CardSpace' directory in to <MediaWiki_ROOT>/extensions/after doing that you should have the directory <MediaWiki_ROOT>/extensions/CardSpace/Then add the following line to the LocalSettings.php file in the MediaWiki root.    require_once("$IP/extensions/CardSpace/CardSpace.php");DATABASE--------create the cardsace_assoc table in the MediaWiki Database,    CREATE TABLE cardspace_assoc (ppid VARCHAR(255) NOT NULL PRIMARY KEY, name  VARCHAR(255) NOT NULL)To test the extension, after you logged in go to 'Special Pages' and see whether 'CardSpace' is list in that page.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?