Skip to content
This repository has been archived by the owner on Dec 7, 2019. It is now read-only.

zendframework/ZF2Package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Building Zend Framework 2 packages

Descend into build/zf2/ and execute:

  • Updating the Composer channel:

    make composer
  • Creating ZF2 packages:

    make composer
    make zf2 VERSION=2.1.4
    make release
  • Releasing a service component:

    make composer
    make ZendService_AgileZen VERSION=2.0.1
    make pyrus-release

Once done, add the packages to the repository, commit, and push; don't forget to also add public/packages.json and public/index.html.

When done, run:

make clean

For more information, read the ZF2 README file.

Building Zend Framework 1 packages

Descend into build/zf1/ and execute:

make all ZF_VERSION=1.<minor>.<maintenance>

Once done, add the packages to the repository, commit, and push.

When done, run:

make clean

For more information, read the ZF1 README file.

Building ZFTool

Descend into build/zf2/ and execute:

make zftool.phar-release

Once done, add public/zftool.phar to the repository, commit, and push.

When done, run:

make clean

For more information, read the ZF2 README file.

Deploying

Checkout from the server, where the actual channel is located.

git fetch origin
git rebase origin/production