Geeklog

Geeklog

http://www.geeklog.jp/filemgmt/index.php?id=87

wget http://www.geeklog.jp/filemgmt/visit.php?lid=87
tar xzvf geeklog_jp_1.4.0sr5-1_20060927.tar.gz
/webroot/public
mkdir /webroot/public/geeklog
cd geeklog_jp_1.4.0sr5-1_20060927_7/geeklog/
mv public_html/ /webroot/public/geeklog
mv * /webroot/geeklog/
chown -R httpd:httpd /webroot/public/geeklog/
chmod -R 755 /webroot/geeklog
chown -R httpd:httpd /webroot/geeklog/
chmod -R 755 /webroot/geeklog

MySql?

create database geeklog;
grant all privileges on geeklog.* to geeklog@localhost identified by 'geeklog';
FLUSH PRIVILEGES;

http://wiki.geeklog.jp/index.php/InstallInstruct14

require_once( '/webroot/geeklog/config.php' );



$_CONF['path']           = '/webroot/geeklog/';
$_CONF['path_html']      = '/webroot/public/geeklog/';
$_CONF['language']       = 'japanese';
$_CONF['locale']         = 'ja_JP';
'sendmail_path' => ' /var/qmail/bin/sendmail'
$_CONF['site_url']       = 'http://yourgeeklogsite';
$_CONF['site_mail']      = 'noreply@yourgeeklogsite';
http://hoge/admin/install/check.php 
An SQL error has occurred. Please see error.log for details.
http://hoge/admin/install/install.php
cd /webroot/public/geeklog/layout/professional
find . -name '*.thtml' | xargs nkf -e -Lu --overwrit 
find . -name '/webroot/geeklog/*.*' | xargs nkf -e -Lu --overwrit
Template Error: set_root: /webroot/public/geeklog/layout/professional is not a directory.
$header = new Template( $_CONF['path_layout'] );


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS