https://github.com/sokil/deploybundle
Symfony application deploy bundle. Full stack deply task management tool
https://github.com/sokil/deploybundle
bower cli composer deploy grunt php symfony symfony-bundle
Last synced: 7 months ago
JSON representation
Symfony application deploy bundle. Full stack deply task management tool
- Host: GitHub
- URL: https://github.com/sokil/deploybundle
- Owner: sokil
- License: mit
- Created: 2016-07-05T20:27:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T08:23:00.000Z (over 8 years ago)
- Last Synced: 2025-03-30T07:22:27.156Z (about 1 year ago)
- Topics: bower, cli, composer, deploy, grunt, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DeployBundle
============
Task runner for Symfony project
[](https://packagist.org/packages/sokil/deploy-bundle)
[](https://packagist.org/packages/sokil/deploy-bundle)
[](https://travis-ci.org/sokil/DeployBundle)
[](https://coveralls.io/github/sokil/DeployBundle?branch=master)
* [Installation](#installation)
* [Configuration](#configuration)
* [Tasks](#tasks)
* [Git](#git)
* [Configuring git task](#configuring-git-task)
* [Private repositories](#private-repositories)
* [Npm](#npm)
* [Webpack](#webpack)
* [Bower](#bower)
* [Grunt](#grunt)
* [Migrations](#migrations)
* [Install Assets](#install-assets)
* [Dump Assetic](#dump-assetic)
* [Composer](#composer)
* [Clear cache](#clear-cache)
* [Sync](#sync)
* [Writting own tasks](#writting-own-tasks)
# Installation
Add Composer dependency:
```
composer.phar require sokil/deploy-bundle
```
Add bundle to your `AppKernel`:
```php