koala-framework / kwf-deploy
Deployment scripts for Koala Framework based applications
Installs: 19 743
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 16
Forks: 1
Open Issues: 0
Requires
- koala-framework/zendframework1: *
- symfony/console: ~2.5
- symfony/finder: ~2.5
- symfony/process: ~2.5
This package is auto-updated.
Last update: 2024-11-12 06:56:11 UTC
README
Deploy Scripts for Koala Framework based Web Applications
Usage
Add kwf-deploy to your project
composer require koala-framework/kwf-deploy
Make sure you have set the following variables in the production section of your config.ini
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
Test the connection
With the shell command, we can access the server via ssh
php ./vendor/bin/deploy shell
Deploy using rsync
php ./vendor/bin/deploy rsync