What you know you can't explain, but you feel it. You've felt it your entire life, that there's something wrong with the world. You don't know what it is, but it's there, like a splinter in your mind, driving you mad.
PmWikiJa /
WikiFarmStepByStepQuestion問いCan you give me a step by step instruction on how to set up PmWiki as a WikiFarm from scratch? スクラッチから'WikiFarm'としてセットアップする方法を、段階的に教えることが出来ますか? Answer回答
cd TOP_DIR
tar xvfz pmwiki-latest.tgz
chmod 2777 pmwiki-latest # point browser to home page, and then...
chmod 755 pmwiki-latest
ln -sf pmwiki.php index.php
cd TOP_DIR
tar xvfz pmwiki-latest.tgz
chmod 2777 pmwiki-latest # point browser to home page, and then...
chmod 755 pmwiki-latest
ln -sf pmwiki.php index.php
<?php
$FarmPubDirUrl = 'http://hostname/wiki/pub';
$WikiTitle = 'My Farm';
?>
cd pmwiki-latest
mkdir fields
cd fields
mkdir field.template
cd field.template/
ln -sf ../../cookbook .
ln -sf ../../scripts .
mkdir local
mkdir wiki.d
mkdir uploads
chmod g+ws uploads wiki.d
chown apache:root uploads wiki.d
<?php
include('../../pmwiki.php');
?>
<?php
$WikiTitle = 'My Field';
?>
ln -sf field.php index.php
cp -frp field.template newfield
Author執筆者Other Contributions他の内容
Comments and Feedback
Category: WikiFarms |