Install Zend Framework 2 on XAMPP Linux
Ist method :
First change the directory.
http://localhost/ZendSkeletonApplication/public/
IInd method :
Run these commands :
http://localhost/ZendSkeletonApplication/public/
Ist method :
First change the directory.
cd /opt/lampp/htdocs
Now clone the framework using following git command :
git clone git://github.com/zendframework/ZendSkeletonApplication.git
Now change the directory again.
cd ZendSkeletonApplication
Run Command :
/opt/lampp/bin/php composer.phar self-update
Now
/opt/lampp/bin/php composer.phar install
and finally run commandcurl -#L https://github.com/zendframework/ZendSkeletonApplication/tarball/master | tar xz --strip-components=1
Now you can open the zend frame work on your localhost usinghttp://localhost/ZendSkeletonApplication/public/
IInd method :
Run these commands :
cd /opt/lampp/htdocs git clone git://github.com/zendframework/ZendSkeletonApplication.git --recursiveNow try to open framework using
http://localhost/ZendSkeletonApplication/public/
No comments:
Post a Comment