dev-master
9999999-devDeployment scripts for Koala Framework based applications
BSD-2-Clause
The Requires
by Niko Sams
Wallogit.com
2017 © Pedro Peláez
Deployment scripts for Koala Framework based applications
Deploy Scripts for Koala Framework based Web Applications, (*1)
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)
With the shell command, we can access the server via ssh, (*5)
php ./vendor/bin/deploy shell
php ./vendor/bin/deploy rsync
Deployment scripts for Koala Framework based applications
BSD-2-Clause