2017 © Pedro PelĂĄez
 

library symfony2

Pomander plugin to deploy and manage Symfony2 sites

image

pomander/symfony2

Pomander plugin to deploy and manage Symfony2 sites

  • Wednesday, October 15, 2014
  • by leopoiroux
  • Repository
  • 1 Watchers
  • 11 Stars
  • 964 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Symfony2 tasks for use with Pomander

Latest Stable Version, (*1)

This is a plugin to help fully manage your Symfony2 projects with the help of Pomander., (*2)

Pomander is a light-weight flexible deployment tool for deploying web applications. This project was inspired by Capistrano and Vlad the Deployer, as well as being built on top of Phake, a Rake clone., (*3)

Install

``` bash $ composer require pomander/symfony2:@dev, (*4)


Usage ----- * `vendor/bin/pom init` if no configuration found. * Include plugin in environment config `$env->load('Symfony2');` * `vendor/bin/pom -T` to see the stuff. Getting Started --------------- * `vendor/bin/pom init` ##### Modify your development.yml or development.php

<?php, (*5)

$env->load('Symfony2');, (*6)

$env->symfony2(array( 'env' => 'dev', 'version' => '2.4.0', 'task' => array( 'permissions' => true, 'parameters' => true, 'composer' => true, 'clear' => true, 'assets' => true, 'migrate' => false, 'assetic' => false ), 'parameters' => array( 'database_driver' => 'pdo_mysql', 'database_host' => '127.0.0.1', 'database_port' => '~', 'database_name' => 'symfony', 'database_user' => 'root', 'database_password' => '~', 'mailer_transport' => 'smtp', 'mailer_host' => '127.0.0.1', 'mailer_user' => '~', 'mailer_password' => '~', 'locale' => 'en', 'secret' => 'ThisTokenIsNotSoSecretChangeIt' ) ));, (*7)

$env->repository('set your repository location here') ->deploy_to('set your application location on server') ;, (*8)


* `vendor/bin/pom symfony2:setup` Commit and push the Symfony Standard Edition downloaded * `vendor/bin/pom deploy:setup` * `vendor/bin/pom symfony2:deploy` Done! Tasks --------------- * `vendor/bin/pom -T`

config Create development environment configuration db:backup Perform a backup suited for merging. db:create Create database. db:destroy Wipe database. db:full Perform a full database backup. db:merge Merge a backup into environment. deploy:cold First time deployment. deploy:setup Setup application in environment. deploy:update Update code to latest changes. init Set it up rollback Rollback to the previous release symfony2:assetic Assetic dump symfony2:assets Assets install symfony2:clear Clear and Warmup cache symfony2:composer Run "composer install" symfony2:deploy Deploy Symfony2 in environment. symfony2:migrate Doctrine migrate symfony2:permissions Setting up Permissions symfony2:setup Installation of Symfony2 in environment. ```, (*9)

The Versions

15/10 2014

dev-master

9999999-dev http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

15/10 2014

0.8

0.8.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

24/02 2014

0.7

0.7.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

24/02 2014

0.6

0.6.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

31/01 2014

0.5

0.5.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

18/01 2014

0.4

0.4.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

16/01 2014

0.3

0.3.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

06/01 2014

0.2

0.2.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander

03/01 2014

0.1

0.1.0.0 http://github.com/leopoiroux/pomander-symfony2

Pomander plugin to deploy and manage Symfony2 sites

  Sources   Download

MIT

The Requires

 

by Léo POIROUX

git symfony2 svn deploy pomander