Just post the steps I did in my local testing environment:
$ git clone git://
github.com/openpne/OpenPNE3.git
$ cd OpenPNE3
$ cp config/ProjectConfiguration.class.php.sample config/
ProjectConfiguration.class.php
$ ./symfony openpne:install
*** interactive mode start ***
Choose DBMS (mysql, pgsql or sqlite)
mysql
Type database username
root
Type database password (optional)
xxx
Type database hostname
localhost
Type database port number (optional)
Type database name
kiang_openpne
Type database socket path (optional)
The DBMS mysql
The Database Username root
The Database Password ******
The Database Hostname localhost
The Database Port Number
The Database Name kiang_openpne
The Database Socket
Is it OK to start this task? (y/n)
y
*** interactive mode end ***
$ nano web/.htaccess
RewriteBase /~kiang/OpenPNE3/web/
*
http://localhost/~kiang/OpenPNE3/web/
Login with
s...@example.com / password
*
http://localhost/~kiang/OpenPNE3/web/pc_backend.php
Login with admin / password