Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T08:23:00.000Z (over 7 years ago)
- Last Synced: 2024-10-09T23:05:23.582Z (28 days 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
[![Latest Stable Version](https://poser.pugx.org/sokil/deploy-bundle/v/stable.png)](https://packagist.org/packages/sokil/deploy-bundle)
[![Total Downloads](http://img.shields.io/packagist/dt/sokil/deploy-bundle.svg)](https://packagist.org/packages/sokil/deploy-bundle)
[![Build Status](https://travis-ci.org/sokil/DeployBundle.png?branch=master&1)](https://travis-ci.org/sokil/DeployBundle)
[![Coverage Status](https://coveralls.io/repos/github/sokil/DeployBundle/badge.svg?branch=master)](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