project creationg for total noobs

Hello ppl

I’m starting the 1st screencast tutorial, and i had to make a correction to make it work. i leave it here for future noobies reference, that is, ppl like me. (btw, I use windows 7, with Uniserver):

after copying the files, i had this structure:




E:\www\yii\root>dir /b

.htaccess

CHANGELOG

demos

framework

LICENSE

README

requirements

UPGRADE



i create the test site like this:




E:\www\yii\root>cd framework

E:\www\yii\root\framework>yiic webapp ../teste


Your application has been created successfully under E:\www\laboratorio\yii\root\teste.



the change relativelly to the original is adding ../ in the command, because without it, it creates it inside the framework directory, although working, its not suposed to be in there

cheers :D