zendframework / ZF2Package

27 stars 17 forks source link

README

Building Zend Framework 2 packages

Descend into build/zf2/ and execute:

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