将mediawiki程序解压并上传到网站空间(根目录或子目录均可),并将config目录设为a+w模式(属性值=777。经过实验755也可以。windows下无需这个设置)。
不是很懂,我买的国外的一个共享IP的空间,是PHP的,我应该怎么操作上面步骤?
我已经上传到空间了,目前页面显示:
Can't write config file, aborting
In order to configure the wiki you have to make the config subdirectory writable by the web server. Once configuration is done you'll move the created LocalSettings.php to the parent directory, and for added safety you can then remove the config subdirectory entirely.
To make the directory writable on a Unix/Linux system:
cd /path/to/wiki
chmod a+w config
Afterwards retry to start the setup.