git clone git://github.com/rsky/p2-php.git
cd p2-php
curl -O http://getcomposer.org/composer.phar
php -d detect_unicode=0 composer.phar install
(CGI/suEXECIやCLI/Built-in web serverでは不要)
chmod 0777 data/* rep2/ic
php scripts/p2cmd.php update --alldeps
これは下記コマンドを個別に実行するのと等価です。
git pull
php -d detect_unicode=0 composer.phar selfupdate
php -d detect_unicode=0 composer.phar update