Pages

Monday, October 21, 2013

Installing Zend Framework 2 Skeleton Application in Ubuntu

  1. Go to https://github.com/zendframework/ZendSkeletonApplication and click the “Zip” button
  2. This will download a file with a name like ZendSkeletonApplication-master.zip
  3. Unzip this file into the directory and rename it to something like 'skeleton'
  4. Navigate into this folder and run the composer.phar as described below
  5. 
    cd skeleton
    php composer.phar self-update
    php composer.phar install
    
    
  6. This installs ZF2 in the vendor/zendframework/zendframework folder

No comments: