Skip to content

localheinz/modules.zendframework.com

 
 

Repository files navigation

ZF2 Modules Site

Build Status Scrutinizer Code Quality Build Status Dependency Status

Introduction

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

##Installation

###Main Setup

  • Clone this project git clone git://github.com/zendframework/modules.zendframework.com.git
  • Run composer install to initialize your vendors
  • Create a new application in GitHub
  • 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
  • Copy config/autoload/cache.local.php.dist to config/autoload/cache.local.php. It's optional
  • Build the Database with php public/index.php migrations:migrate

Development Mode

To enable development mode:

  • Toggle the development mode flag: php public/index.php development enable
  • Copy config/autoload/development.local.php.dist to config/autoload/development.local.php
  • Copy vendor/zendframework/zend-developer-tools/config/zenddevelopertools.local.php.dist to config/autoload/zenddevelopertools.local.php

Additional hint for GitHub Login:

Deployment

The master branch of this repository is manually deployed live to zfmodules.com by @GeeH.

💡 After deployment, a tag is created, so the latest of the releases represents what is deployed to production.

About

(Eventual) home for ZF2 module distribution

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.2%
  • HTML 13.2%
  • CSS 1.3%
  • Other 0.3%