Before working with Pockeit, you need to install
Check that date.timezone is set in your php.ini file.
For example:
date.timezone = "Europe/Paris"
Check that curl extension is enable in your php.ini file
For exemple uncomment curl line:
extension=php_curl.dll
Tips you can use php -info command to locate your php.ini
1) Download pockeit_packaged_with_symfony here https://sourceforge.net/projects/pockeit/files/
2) Unzip the zip file in your webspace or where you want in your machine
4) Edit "\<PATH_TO_THE_UNZIPED_FILE>/app/config/parameters.yml "
to enter your configuration (Nodejs is useless with packaged version)
6) Create the database from <path_to_the_unziped_file></path_to_the_unziped_file>
php app/console doctrine:database:create
then
php app/console doctrine:schema:update --force
If you don't have access to php app/console, you can create manually your database and use the init_pockeit_db.sql script
7) For windows users only
In a navigator go to http://localhost/app_dev.php or http://localhost/web/app_dev.php
Default Login: admin
Default Pwd: lagoutte
Apache can't writte the app/log, app/cache and web directories
Chmod or chown them
Fatal error: Maximum function nesting level of '100' reached, aborting!
Desactivate xdebug in your php.ini file
curl_ini function error
Install and activate curl
Possible issue on windows 64bits http://stackoverflow.com/questions/10939248/php-curl-not-working-wamp-on-windows-7-64-bit
If you need help, please ask on "Discussion" section