install LAMP http://www.howtoforge.com/ubuntu_lamp_for_newbies Unzip the cakephp where ever you like, home/zaky/cakephpproj/ for example. under /var/www create a link you your site cd /var/www sudo ln -s home/zaky/cakephpproj/ mynewapp
chmod 777 app/tmp update app/config/database.php with you database details. http://localhost/mynewapp On Tue, Jun 15, 2010 at 6:34 PM, Abrão Ximenes <[email protected]>wrote: > Hello, I am very interested to learn cakePHP, can anyone send the steps to > me how to install and configure/setting cakePHP in Ubuntu 10.04? > > Thanks > Newbie > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Regards, Zaky Katalan-Ezra QA Administrator www.IGeneriX.com Sites.IGeneriX.com 054-7762312 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
