Here I am describing how you can install and update Yii in WAMP sever.
Follow the following step by step procedures to find your destination-
Step 1: Assigning PHP engine location path in system variable
Now enter your PHP engine location on end of the "variable value" field
i.e. for me I entered "C:\wamp\bin\php\php5.3.10". Just enter location without double quotes
Click ok and finally exit from this.
Step 2: Create project folder under "www"
Just create a blank folder in "www" that should be your project name. i.e "bid" You can also make this using command window. For this-
Step 3: Download Yii framework and put into www directory and install the framework for bid project
Using command-
C:\wamp\www\yii\framework>yiic webapp C:\wamp\www\bid
Create a Web application under ‘C:\wamp\www\bid’? [Yes|No] y
Your application has been created successfully under C:\wamp\www\bid.
Now you are ready to browse your project by accessing the URL : http://localhost/bid/
If you want to use this installation for multiple project then just copy "bid" folder and past and rename with your project name. Its better if you make "bid" folder as your backup project folder then when you need to work with a new project then just you need to copy and past this folder and rename to your new project name.
If you want to install an updated version of Yii framework then please download updated version zipped folder from "http://www.yiiframework.com/" and unzip. After unzip the file just copy the framework folder and then go "yii" folder under "www" directory and just replace previous framework folder with latest one.
Enjoy and explore Yii...........
Total 4 comments
Its nice because your nice explanation will help beginner a lot. Always, a good explanation help to summarize things easily.
With Thanks,
mrs
I downloaded yii-1.1.12.b600af.zip and it contained a yii-1.1.12.b600af/ folder, containing:
- demos/ (demos)
- framework/ (framework source files)
- requirements/ (requirement checker)
- CHANGELOG (describing changes in every Yii release)
- LICENSE (license of Yii)
- README (instructions)
- UPGRADE (upgrading instructions)
I created a folder yii/ in my Wamp folder ( C:\wamp\yii ) so that it was outside the 'webroot' ( C:\wamp\www ).
I unzipped the download here, ending up with C:\wamp\yii\yii-1.1.12.b600af\framework etc.
I moved the requirements/ and demos/ folders into 'webroot' - i.e. C:\wamp\www\requirements
The requirements test ran fine as localhost/requirements/index.php
For the demo Hangman game to work ( localhost/demos/hangman/index.php ) I had to edit index.php :
I then added the following onto the end of my existing 'path' environment variable, so that yiic commands will work in a command window - successfully finding php and the yiic utility :
C:\wamp\bin\php\php5.3.13\;C:\wamp\yii\yii-1.1.12.b600af\framework
Your suggestions is great. I think Yii beginner should upgrade their settings to a little bit advanced format like yours. I hope they will do that after playing few days with great Yii or they can also start from very beginning with advanced settings if they feel everything is OK.
With thanks,
mrs
Hello, thanks for the brief wiki. I understand that the purpose of this guide is a basic set-up, but I suggest some little more improvements to the environment.
This is partly how I set up my environment, all imho :)
Regards!
Leave a comment
Please login to leave your comment.