I have a little knowledge about PHP, I want to implement Symfony2, I have successfully installed and config Symfony2 using .../Symfony/web/config.php.
For now I'm going to create a bundle using php command, but I really don't know at all about this.
I tried this:
I got this result:
I'm using EasyPHP and I believe I have config the path to cover it's directory, most tutorial is about UNIX-like system, please suggest me how to do this on Windows XP.
Thanks All.
Kongthap.
Related
for a client who has got windows server2012R2.
He want some project to be done regarding doctor and patient appointment etc., which I can do in Yii2, but am not sure, whether the same can be installed on windows server2012R2.
So anyone knows that it will work smoothly then I can accept the project else will deny it.
First, install a WAMP environment in this platform, and then check the Yii requirements check tool with php requirements.php from the root directory of the project. By reading in the Yii forum (https://forum.yiiframework.com) you will find a lot of people running Yii2 apps on Windows. I'm 99% sure it should work as everything Yii depends on is multi platform.
In the documentation is clearly explained how to run the built-in server to run a Symfony App.
Ok, all works well and i'm very happy, but:
How can i run a Symfony App without using the server but simply something like http://localhost/path/to/symfonyApp/web/app.php?
Here the documentation: http://symfony.com/doc/current/cookbook/web_server/built_in.html
Maybe something like this could help: Install Symfony 2 with wamp
This is also explained in docs:
Configuring a Web Server
It's not too hard, if you're running a local server (Apache/wamp) and have PHP configured to it already. If you're on a windows machine you'll want to run it with a nice linux-esque terminal like Cygwin. You'll also want to have Composer to automate a lot of your Symfony tasks.
Then just download Symfony and put it in your web facing folder (htdocs, www, whatever you call it) and configure it according to what you need.
I am trying to get the Zend Framework (ver 9 Studio) to deploy and actually run on my local IIS server.
I have created a very simple little app using the built-in wizard. It works fine if I run it on the Apache server that comes with Zend. But I tried to copy the files over and run it on IIS, and I get errors.
It appears that it is missing the links to the libraries. I've tried manually isolating and grabbing the missing libraries and putting them into the /library folder. This is a good start but I still get other errors down the road.
I found a tutorial out there that comes with an example of a Zend Project that runs in IIS. But, it pretty much has the same problems as the project I created. More missing libraries. The tutorial includes some neat new tricks like a web.config that is supposed to replace the need for the .htaccess that Apache uses.
That's how far I've made it. This is all very frustrating. Does anyone have a simple example like that tutorial promised? If not, just some good information would be helpful.
you need the rewrite module, Rob Allen has a little tutorial to help. The biggest problem is usually the rewrite module, because you have to install it seperately.
My question is simple. Let's say i have setup Zend Framework on my local machine in Windows environment. What do i need to get my site live on a Unix/Linux server? Will it work only by uploading the site files and database straightaway? Do i need SSH access or something like that?
I just want to know what do we have to do to get a Zend framework site up and running on a Linux server. The documentation on official zend site documentation does not seem to be sufficient.
Any help will be highly appreciated. And btw i'm new to Zend Framework. So please bear with me.
You can just upload your project. No SSH needed. You'll probably have to change your configs so that your database credentials match those of your server. If something else is wrong, like files that cannot be found, you'll be notified by an error and simply adjust your include path accordingly. You most probably won't face too many surprises!
I have a mac, and want to set up Zend Server. I am not a php developer but experimenting and when in stalled it and all, i can access the administration control etc, but when i try to add my own code to the rood documents folder, it says it can't find the site. Im not sure if it is the right place to put it, but its located in the same folder as the zend server symlink.
Are there any other tweaks I'm supposed to do? I just installed using the dog installer package that zend has for the mac.
Any help would be awesome.
I think what you need is a screen cast to better understand the concept, so here is one:
http://www.youtube.com/watch?v=097GoCeZm2U