Zend Framework 2 Installation On Xampp Lite

Zend Optimizer 3.3.3 on Xampp. General discussion on Zend Guard / Optimizer. Zend Optimizer 3.3.3 on Xampp. Post by franvia » Tue Jun 22, 2010 7:06 pm Hi Friends. I have server xampp in windows but no can install zend optimizer 3.3.3 please need information step by step all. ↳ Zend Framework. Zend Framework Quickstart Tutorial Rewrite with MySql database and Xampp. Build faster and robust web 2.0 applications with Zend Framework. Also, you should copy the Zend library (located at C: xampp htdocs ZendFramework-1.11.10 library Zend).

Active3 years, 8 months ago

I know this question may have appeared few times here and in the internet. But still I feel it is not clear for somebody who wanted to enter into the world of frameworks. I have followed these links Rob Allens Tutorial, ZF Quick Tutorial.

But some how I feel it is not quite clear with the installation part. I have a windows system basically Vista with the newest version of XAMPP installed. I have downloaded the latest version of ZFSkeletonApplication from this link ZFSkeletonApp, extracted the skeleton contents, renamed the folder to zendframework and moved it to xampp folder i.e now ZF skeleton is in c:xamppzendframework.

So until here everything seems clear and easy, from here I am some how lost with the configurations. Can some one elaborate the things from here how to install the Zf and make it work, like changes in the include paths, .htaccess files and so on. Please do remember that I have windows with XAMPP on it. If some one can guide me exactly for this set up, it would be helpful.

P.S. It would be good if one can provide info about the changes which I need to make with examples consisting of paths, so that I am not lost, for example like you can find .htaccess file here(ex pathname), changes in .htaccess file should be so and so.

Thanks

125369125369
1,48719 gold badges45 silver badges68 bronze badges

4 Answers

For future references, i also made a big post on how to install ZF2 on a windows xampp environment right here Install ZF2 on Windows Xampp

OK, i have done this on multiple systems now. For a home system the following steps work quite well:

  • Download msysGit and install it to any directory
  • Run the git-cmd.bat from the msysGit-Folder
  • Move into the directory you want i.e. C:xampphtdocs (this is done via cd dirname or cd . to go up a level, change partition with D: and hit enter)

Run the following command. The <OptionalFolderName> would be the name of a Sub-Directory of htdocs, if you skip this, the folder will get named ZendSkeletonApplication

Possible Trouble Scenario (fatal:unable to connect to github.com)

Once again at workplaces, pretty often the default port (9418) for the git-protocol is blocked. If this is the case for you, then you should try one of the following Commands Crack sims 2 megaluxe sp4.

Now you are not done yet. The skeleton Application is installed, but the framework is still missing, here some people might run into the first problems, but this actually is quite easy.

We're still at the command line interface

  • cd <OptionalFolderName> or cd ZendSkeletonApplication depending on what you did earlier
  • php composer.phar self-update
  • php composer.phar install (this might take a while)

So, this is the part where lots of things can happen. I have two scenarios happened to me:

Scenario #1 No directory write permissions

This is easily handled by running the command line interface with administrator privileges

Scenario #2 Working behind a router (i.e. at work)

Zend framework 2 installation on xampp lite

Personally i didn't have to do much to get this working, but the line might change depending on your proxy. Personally i did the following at the command line interface

Zend Framework 2 Installation On Xampp Literature

  • SET HTTP_PROXY=http://proxy.domain.tld:8080 you might also be good with
  • SET HTTP_PROXY=proxy.domain.tld:8080 don't ask me why, but i needed the http://
Lite

With all those done, you should have an almost running ZendSkeletonApplication. The other part is how to set up your virtual host, but i won't go into detail on this, as that's even ZF1 Stuff and everyone should be familiar with that by now, if not, there's good resources to learn out there.

Zend

I hope i could be of help to you.

SamSam
16.1k5 gold badges51 silver badges84 bronze badges

Setbacks have to install in Windows, but I ended up finding a solution. From ZF2 to install on windows via git, for this is the only use that simulates msysGit git linux on windows, for it is only access the tutorial: http://zf2.com.br/tutoriais/post/instalando-o-git-no-windows-para-fazer-a-instalacao-do-zf2-somente-no-comando-do-windows-via-composer

Jaime Marcelo ValasekJaime Marcelo Valasek

Since I had lot dependency extension problems (mostly .dll files) with old version of XAMPP, so first thing I did was made sure I uninstall all previous versions of PHP already present on my system as well as old XAMPP. Turbotax 2011 canada rapidshare search. Then installed latest XAMPP v3.2.2 (using latest XAMPP 3.2.2-32-bit on Win-7-64-bit). Then followed installation steps in XAMPP Documentation under title Start a New Zend Framework 2 Project.

I had issues while installing composer also with old-XAMPP, but somehow those errors didn't appear during composer installation this time. And, I successfully installed ZEND till I typed http://localhost:8081/myapp/ (I renamed my ZendSkeletonAppliction folder as myapp as per documentation) into my browser to access the same and met the error which said:

Composer.phar was not even present the first time I downloaded ZendSkeletonApplication‐master.zip from Github (there was only composer.json and composer.lock files present). Anyhow I didn't need them since I followed XAMPP Doc which doesn't call composer.phar in command line:

Php Zend Framework

I am not that tech-savvy to know how to 'define a ZF2_PATH environment variable' correctly, so I wasted time looking for solution online, couldn't find any (which is when I stumbled on this forum which also turned out not to have a solution for my query). In the end, in a fit of depression and anxiety, serendipity happened. All I did was as per XAMPP's ZEND documentation I right-clicked inside C:xamppappsmyapphtdocs folder and clicked 'Composer Install' which reinstalled the Zend files from cache. Then refreshed http://localhost:8081/myapp/ Craftsman wood lathe. and the Zend intro page appeared.

Donal Fellows
107k16 gold badges118 silver badges182 bronze badges

Zend Framework 2 Installation On Xampp Lite Download

Guru A SGuru A S
j0k
20.7k14 gold badges69 silver badges79 bronze badges
Theo WalcottTheo Walcott

Not the answer you're looking for? Browse other questions tagged windowsxamppzend-framework2 or ask your own question.

Viewed 1k times

I have a clean install of Zend Server CE, and I've been trying to add SSL support for the past hours, but I have no idea how, I moved the same SSL configuration file from xampp to zend (changed the directives and added the ssl keys and certificates, ofcourse), and mixed and matched all the configurations (because on xampp it worked), and now I'm getting 'Forbidden' whenever I try to access through https.

ssl config:

httpd.conf

Itai SagiItai Sagi

Browse other questions tagged apache-2.2sslzend-server-ce or ask your own question.