Menu

Install packaged version

Vincent Le Borgne

Prerequisites

Before working with Pockeit, you need to install

  • PHP (Min 5.3)
  • Apache (Min 2.2)
  • Mysql
    There is a lot of documentation on the web that explains how to do it.

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

Install

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

  • Desactivate xdebug in your php.ini file (put a ";" behing all the lines whitch contains xdebug)
  • Activate "curl" for your php installation

Test it

In a navigator go to http://localhost/app_dev.php or http://localhost/web/app_dev.php
Default Login: admin
Default Pwd: lagoutte

Possible issues


MongoDB Logo MongoDB