Mahara

オープンソースポートフォリオ Mahara

Mharaお試しサイト

お試しサイト Mahara1.0.2 です。

Maharaの概要

Maharaインストール手順

インストール方法

http://www.mahara.org/ からソースをダウンロード

■動作環境

  • Linux
  • PHP 5.1.3+
  • Postgres 8.1+ (recommended) or MySQL 5.02+

■DB作成
create database mahara;
grant all on mahara.* to 'username'@'localhost' identified by 'password';

■configファイルの設定
config-dist.phpをconfig.phpにコピーして、必要に応じて設定を書き換える。
$cfg→dbtype = 'mysql5';
$cfg→dbhost = 'localhost';
$cfg→dbname = 'maharadb';
$cfg→dbuser = 'maharauser';
$cfg→dbpass = 'maharapassword';

$cfg→dataroot = '/data/www/web/mahara/uploaddir';

php htdocs/lib/cron.php を実行

Mahara情報

mahara.txt · 最終更新: 2008/06/09 21:21 by admin
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0