dev-master
9999999-devDeployment scripts for Venne framework.
The Requires
- php >=5.3.2
by Josef Kříž
deployment nette venne
Deployment scripts for Venne framework.
By Git:, (*1)
git clone git://github.com/Venne/deployment.git rm -fr deployment/.git
By Composer:, (*2)
composer create-project venne/deployment:dev-master --prefer-dist
Optionally you can install hooks for git:, (*3)
php deployment/bin/install.php
Export installation:, (*4)
php deployment/bin/export.php
Import installation:, (*5)
php deployment/bin/import.php
Run in sandbox only first time:, (*6)
composer create-project venne/deployment:dev-master --prefer-dist git init php deployment/bin/install.php git add * git commit -m "first commit" git remote add origin <$server> git checkout -b production git push origin production
When you want to deploy current production branch:, (*7)
git push
Deployment scripts for Venne framework.
deployment nette venne