2017 © Pedro Peláez
 

library deployment

Deployment scripts for Venne framework.

image

venne/deployment

Deployment scripts for Venne framework.

  • Thursday, September 12, 2013
  • by pepakriz
  • Repository
  • 3 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Deployment scripts for Venne framework

Installation

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

How to use

Export installation:, (*4)

php deployment/bin/export.php

Import installation:, (*5)

php deployment/bin/import.php

Deployment with Git

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

The Versions

12/09 2013

dev-master

9999999-dev

Deployment scripts for Venne framework.

  Sources   Download

The Requires

  • php >=5.3.2

 

deployment nette venne