Search code examples
zend-framework2ubuntu-server

installing zf2 on ubuntu server 12.04.01 LTS


Trying to install ZF2 on my ubuntu server using

curl -s https://getcomposer.org/installer | php && ./composer.phar create-project zendframework/skeleton-application /var/www/skeleton-app dev-master

I've also tried to add @dev in the end and I keep on getting the following error:

"could not find package zendframework/skeleton-application/var/www/skeleton-app with stability stable."

Any ideas?


Solution

  • Thanks to Xerkus

    From https://github.com/zendframework/ZendSkeletonApplication#using-composer-recommended

    Should have read more about it i guess