Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 704 Bytes

File metadata and controls

34 lines (18 loc) · 704 Bytes

Migl phing

############

Requirements

  • ensure composer is installed and available globally

curl -sS https://getcomposer.org/installer | php

sudo mv composer.phar /usr/local/bin/composer

  • the following packages should be installed

sudo apt-get install php5 php5-cli php5-curl php5-gd sqlite3 libsqlite3-dev php5-sqlite php-pear nano zip

  • Install the following pear package

pear install HTTP_Request2

Usage

To clone this repo:

git clone git@github.com:miggle/Migl-Phing-Drupal.git new-project

Install dependencies

cd new-project

composer install

Run phing!!!

bin/phing