$ git clone git://github.com/PerlChina/kindergarden.git $ cd kindergarden $ git submodule init $ git submodule update
$ cd bin/install $ bash install.shNotice If Win32,
> cd bin/install > copy install.sh install.bat > install.bat
$ mysql -uXX -p -e "CREATE DATABASE kindergarden;" $ mysql -uXX -p kindergarden < sql/db.sql
Fix conf/kindergarden.yml with correct database authentication info.
Copy conf/oauth.yml to conf/oauth_local.yml and fulfill the id/secret applied from below:
https://code.google.com/apis/console#access
Important you can put the http://localhost:5000/oauth/google/callback into Redirect URIs.
GitHub
Live
$ plackup
to test it locally