Ubuntu, Zend Freamework и NetBeans
Видео:
http://www.youtube.com/watch?v=Q-IpbTeA780&list=UUQP1UnbbV4q_dDdh1CwpCxw
PHP from not-official repository
a) Run this command: sudo apt-get install python-software-properties
b) Run this command: sudo add-apt-repository ppa:ondrej/php5-oldstable
c) Run sudo apt-get update; sudo apt-get install php5
===
$ sudo apt-get install -y git curl php5-cli
$ curl -sS https://getcomposer.org/installer | php
ZFTOOL:
cd
php composer.phar require zendframework/zftool:dev-master
php vendor/bin/zf.php create module test
Без NetBeans
Downloading ZendSkeletonApplication
# git clone git://github.com/zendframework/ZendSkeletonApplication.git zf2
# cd zf2/
Downloading Zend Framework
php composer.phar self-update
php composer.phar install
http://www.youtube.com/watch?v=_GXApT5tib4
http://samminds.com/2012/07/zend-framework-2-installation-on-xampp-for-windows/