rhaco2

(PHP 5 >= 5.2.5) BSD license

Startup

> cd document_root (ドキュメントルートのパス)
> mkdir hoge 
> cd hoge 
> php -r "readfile('http://rhaco.org/setup.php');" > setup.php

# インストール
> php setup.php -install org.rhaco.sample.hello
set or install[/hoge/core/]: [ENTER] 
Application Url [http://localhost/hoge]: [ENTER]
Working Directory [/hoge/work/]: [ENTER] 
Application Mode [dev]: [ENTER]

Create .htaccess (y / n) [y]: [ENTER]
rewrite base [hoge]: [ENTER]

Display Log (on / off) [off]: on
log level (none / error / warn / info / debug) [none]: debug

# http://localhost/hoge にアクセスして確認
	

Core direct download

Core (tar.gz) Core (Minified version)

Document

Tutorial

Other links