管理
landisk:/# ln -s /usr/bin/perl /usr/local/bin/perl
emacsで変換したいファイルを開き、 C-x [RET] f …… C-xはコントロールキーを押しながらx, [RET]はリターンキーです。 とタイプすると次のような問いが帰ってくるのでunix [RET]とタイプします。 Coding system for visited file (default,nil): unix C-x C-sでセーブして変換終了です。
# アップロードディレクトリ # → パスの最後は / で終わること # → フルパスだと / から記述する $imgdir = './img/'; # アップロードディレクトリのURLパス # → パスの最後は / で終わること #$imgurl = "http://www.xxx.xxx/~xxx/img/"; $imgurl = $imgdir;
landisk:~# cd /share/www landisk:/share/www # tar vxfz どこかの/pukiwiki1.4.3.tar.gz
landisk:/share/www# cd /share/www/pukiwiki landisk:/share/www/pukiwiki# mv pukiwiki.php index.php
46行目付近 //$script = 'http://hogehoge/pukiwiki/'; $script = 'http://' . $_SERVER['HTTP_HOST'] . '/www/pukiwiki/index.php'; 68行目付近 // 編集者のホームページ(自由に変えてください) $modifierlink = 'http://' . $_SERVER['HTTP_HOST'] . '/www/index.html';
landisk:~# cd /share/www landisk:/share/www# tar vxfz 何処かの/phpMyAdmin-2.5.6.tar.gz 短いディレクトリ名に変更しておく landisk:/share/www# mv phpMyAdmin-2.5.6 phpMyAdmin
39行目付近 $cfg['PmaAbsoluteUri'] = 'http://' . $_SERVER['HTTP_HOST'] . '/www/phpMyAdmin/'; 83行目付近 $cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method ...省略 $cfg['Servers'][$i]['user'] = ''; // MySQL user $cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed 119行目付近 外部からアクセスできないようにIPアドレスでアクセス制限します。 $cfg['Servers'][$i]['AllowDeny']['order'] // Host authentication order, ...省略 = 'deny,allow'; $cfg['Servers'][$i]['AllowDeny']['rules'] // Host authentication rules, ...省略 = array('deny % from all','allow % from 192.168.0.0/24');
限定個人ライセンスは、無償で利用可能ですが、利用できるユーザー数 (ウェブログ 投稿者数) は 1、ウェブログの数は 3 に制限されています。 また、サポートなど、有償ライセンス向けのサービスは、限定個人ライセンスでは 利用できません。
landisk:~# cd /share/www landisk:/share/www# unzip MT-3\[1\].01D-full-lib-ja.zip 解凍したディレクトリをそのままMTにmvします。 landisk:/share/www# mv MT-3.01D-full-lib-ja MT 所有者とアクセス権の設定 landisk:/share/www# chown -R www-data.www-data MT landisk:/share/www# cd MT landisk:/share/www/MT# chmod 755 mt*.cgi
DefaultLanguage ja CGIPath http://YOUR_LANDISK/www/MT/ #DataSource ./db #MySQLを使う場合は本設定を無効にする。 ObjectDriver DBI::mysql Database mt DBUser mt
PASSWORD
landisk:/share/www/MT# rm mt-load.cgi
landisk:~# cd /share/www landisk:/share/www# unzip unzip Nucleus3\[1\].01_ja_euc.zip 解凍したディレクトリをそのままNucleusにmvします。 landisk:/share/www# mv Nucleus3.01_ja_euc Nucleus 所有者とアクセス権の設定 landisk:/share/www# chown -R www-data.www-data Nucleus landisk:/share/www# cd Nucleus landisk:/share/www/Nucleus# chmod 777 media landisk:/share/www/Nucleus# chmod 666 config.php
landisk:/share/www/Nucleus# chmod 444 config.php landisk:/share/www/Nucleus# rm install.sql install.php
landisk:/share/www/Nucleus# cd /share/www/Nucleus/nucleus/plugins landisk:/share/www/Nucleus/nucleus/plugins# unzip 何処かの/NP_Calendar.zip
<!-- definition of the menu --> <div class="menu"> <%Calendar%> <!-- accessibility anchor --> <a name="navigation" id="navigation" class="skip"></a> <h1 class="skip">Navigation</h1>
landisk:/share/www/Nucleus# cd /share/www/Nucleus/nucleus/plugins landisk:/share/www/Nucleus/nucleus/plugins# unzip 何処かの/NP_Wikistyle05.zip landisk:/share/www/Nucleus/nucleus/plugins# unzip 何処かの/NP_Wtable02.zip
landisk:~# cd /share/www landisk:/share/www# tar vxfz 何処かの/xoops-2.0.6-ja-eucjp.tgz landisk:/share/www# cp -a xoops-2.0.6-ja-eucjp/html xoops landisk:/share/www# chmod 777 xoops/cache/ landisk:/share/www# chmod 777 xoops/uploads/ landisk:/share/www# chmod 777 xoops/templates_c/ landisk:/share/www# chmod 666 xoops/mainfile.php
landisk:/share/www# rm -rf xoops/install landisk:/share/www# chmod 444 xoops/mainfile.php