Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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