Version: 0.1-dev
Website: http://kapitchi.com
Demo: http://kapitchi.com/showcase
Copyright: (c) 2012-2013 Kapitchi Open Source Team
README.md status: INCOMPLETE
The GNU General Public License, version 3.0
Demo application for ZF2 modules developed or maintained by Kapitchi Team.
Apache: rewrite_module enabled
PHP: short open tag (If you're running on php 5.3.x), php_openssl enabled, php_intl enabled
This applies to Win OS presuming you have git and php set in path environment variable.
We don't think it's necessary to explain what to do for Linux "super users".
- Get the application source code under your www folder:
git clone https://github.com/kapitchi/KapitchiShowcaseApplication.git
- Change your working directory
cd KapitchiShowcaseApplication
- Create module-dev folder (folder for your modules to test, develop, break and play!)
mkdir module-dev
- Run composer -
php composer.phar install
- ... this will take some time... so in the meantime you can continue with following steps below
- Create database "kapichi_showcase"
- Run SQL script to create schemas and some sample records on the db: deploy/mysql-install.sql
- Create db config file
copy config\autoload\database.local.php.dist config\autoload/database.local.php
- You're done! - http://localhost/KapitchiShowcaseApplication/public/
!!! WORK IN PROGRESS !!!
This application is not fully functional yet! Follow us on twitter to get updates about the progress.
We are experimenting and working on theme based on Twitter Bootstrap and AngularJS.
Are you AngularJS developer? Help us here please!
Are you ZF2 module developer? We need your help too!