kapitchi / showcase-application
Kapitchi showcase application
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 6
Open Issues: 2
Language:CSS
Requires
- php: >=5.3.3
- kapitchi/app: dev-master
- kapitchi/contact: dev-master
- kapitchi/identity: dev-master
- kapitchi/kap-calendar: dev-master
- kapitchi/kap-gallery: dev-master
- kapitchi/kap-layout: dev-master
- kapitchi/kap-message: dev-master
- kapitchi/kap-page: dev-master
- kapitchi/kap-poll: dev-master
- kapitchi/kap-search: dev-master
- kapitchi/location: dev-master
- kapitchi/process: dev-master
- knplabs/gaufrette: 0.2.*@dev
- widmogrod/zf2-assetic-module: dev-master
- zendframework/zendframework: 2.1.5
Requires (Dev)
- bjyoungblood/bjyprofiler: dev-master
- kapitchi/kap-dev: dev-master
- zendframework/zend-developer-tools: dev-master
This package is not auto-updated.
Last update: 2020-01-10 14:49:52 UTC
README
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
License
The GNU General Public License, version 3.0
Introduction
Demo application for ZF2 modules developed or maintained by Kapitchi Team.
Requirements
Apache: rewrite_module enabled
PHP: short open tag (If you're running on php 5.3.x), php_openssl enabled, php_intl enabled
Installation
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/
Status
!!! 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!