/modules.zendframework.com

(Eventual) home for ZF2 module distribution

Primary LanguageCSSBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

ZF2 Modules Site

Version 0.0.1

Introduction

This site will eventually be a community site for publishing and sharing Zend Framework modules.

##Installation

###Main Setup

  • Clone this project into your ./vendor/ directory and enable it in your application.config.php file.
  • Run git submodule update --init to initialize your vendors
  • Import data/0.sql into your database
  • Create a new Application in github here. https://github.com/settings/applications/new
  • Copy config/autoload/github.local.php.dist to config/autoload/github.local.php and enter the Id and Secret provided during the Application registration on github.
  • Copy config/autoload/database.local.php.dist to config/autoload/database.local.php and enter your database credentials here.

Deployment

The master branch of this repository is automatically deployed live to modules.zendframework.com every 10 minutes.