| ||||||||
Navigation Home Page
Click here to expand or collapse... Upcoming BL Series (Start date) Click here to expand or collapse...Click here to expand or collapse...Click here to expand or collapse...Click here to expand or collapse...Click here to expand or collapse... |
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 | |||||||
View
Edit
History
Attach
Print
Page last modified on December 23, 2021, at 12:48 AM |