Can someone point me to the CakePHP version I should download?
My server is unix-based, and my directory structure is something like this:
root/home/webadmin/app_name/html/index.php
Where should I put the stuff that gets downloaded?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Download last 1.3 version (1.3.11 currently). You can download from here: https://github.com/cakephp/cakephp/downloads. There’s a 2.0 version but it’s not yet finished.
Place it under
/home/webadmin/your_cake_app/Also, take a look at the book: http://book.cakephp.org/ Will help you.
EDIT:
First find your Document Root. You can do it this way:
After that, you uncompress the cakephp tgz and place it in there. If your document root is “/root/home/webadmin/app_name/html/” you place it under that html folder. The name of the folder in the tgz file must be something like “cake_###”, rename it to anything related with your project. So, recap:
Point your server to domain/myProject and you should see the cake home page