https://github.com/koala-framework/kwf-deploy
Deploy Scripts for Koala Framework based Web Applications
https://github.com/koala-framework/kwf-deploy
Last synced: about 1 year ago
JSON representation
Deploy Scripts for Koala Framework based Web Applications
- Host: GitHub
- URL: https://github.com/koala-framework/kwf-deploy
- Owner: koala-framework
- License: bsd-2-clause
- Created: 2014-11-07T14:47:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T06:08:43.000Z (about 2 years ago)
- Last Synced: 2025-04-22T18:27:17.415Z (about 1 year ago)
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 15
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# kwf-deploy
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