Popularity
3.5
Growing
Activity
0.0
Stable
202
15
18

Description

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.

This project came out of the need for a way to deploy Wordpress sites to multiple environments easily and without firing up FTP clients, etc. What started as a simple Rakefile, quickly grew into much more, and has been finally abstracted and ported to PHP to be able to fully integrate tasks with your application.

Code Quality Rank: L5
Monthly Downloads: 0
Programming language: PHP
License: MIT License
Tags: Deployment     Deploy     Git     Svn    
Latest version: v1.0.1

Pomander alternatives and similar libraries

Based on the "Deployment" category.
Alternatively, view Pomander alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Pomander or a related project?

Add another 'Deployment' Library

README

Pomander

Latest Stable Version

Gitter chat

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.

This project came out of the need for a way to deploy Wordpress sites to multiple environments easily and without firing up FTP clients, etc. What started as a simple Rakefile, quickly grew into much more, and has been finally abstracted and ported to PHP to be able to fully integrate tasks with your application.

Getting Started

Make sure you have composer installed:

$ curl -s https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer

Need help installing composer?

Installation

$ composer global require pomander/pomander:@stable

If you haven't added composer's global bin folder to your $PATH, better do that now:

$ echo 'export PATH="$HOME/.composer/vendor/bin:$PATH"' >> ~/.bashrc

Substitute .bashrc with whatever you use.

Setting up a project

$ pom init

Refer to the documentation for a full list of commands and references for configuring environments.

Plugins