Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.02 KB

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.