kapitchi/showcase-application

There is no license information available for the latest version (dev-master) of this package.

Kapitchi showcase application

dev-master 2013-08-21 11:42 UTC

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

GPLv3
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".

  1. Get the application source code under your www folder: git clone https://github.com/kapitchi/KapitchiShowcaseApplication.git
  2. Change your working directory cd KapitchiShowcaseApplication
  3. Create module-dev folder (folder for your modules to test, develop, break and play!) mkdir module-dev
  4. Run composer - php composer.phar install
  5. ... this will take some time... so in the meantime you can continue with following steps below
  6. Create database "kapichi_showcase"
  7. Run SQL script to create schemas and some sample records on the db: deploy/mysql-install.sql
  8. Create db config file copy config\autoload\database.local.php.dist config\autoload/database.local.php
  9. 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!