2017 © Pedro Peláez
 

library kwf-deploy

Deployment scripts for Koala Framework based applications

image

koala-framework/kwf-deploy

Deployment scripts for Koala Framework based applications

  • Tuesday, June 13, 2017
  • by nsams
  • Repository
  • 14 Watchers
  • 2 Stars
  • 5,966 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

kwf-deploy

Deploy Scripts for Koala Framework based Web Applications, (*1)

Usage

Add kwf-deploy to your project, (*2)

composer require koala-framework/kwf-deploy

Make sure you have set the following variables in the production section of your config.ini, (*3)

server.user = chiefe
server.host = perfection.example.com
server.dir = /var/www/my-awesome-project

In case of the first deployment, the project directory has to already exist on the server, (*4)

Test the connection

With the shell command, we can access the server via ssh, (*5)

php ./vendor/bin/deploy shell

Deploy using rsync

php ./vendor/bin/deploy rsync

The Versions

13/06 2017

dev-master

9999999-dev

Deployment scripts for Koala Framework based applications

  Sources   Download

BSD-2-Clause

The Requires

 

by Niko Sams