Installing AMP on Ubuntu is trivial. The confusing part is getting CakePHP to work. It is not out-of-the-box because the Ubuntu default Apache config doesn't include mod_rewrite. Even when you have that set up, there is some Debian-ness to contend with. The trick is finding the right files to alter and making the right alterations, hence my earlier post linking to http://leoponton.blogspot.com/2010/05/getting-cakephp-up-and-running-on.html.
On 16 June, 10:46, Zaky Katalan-Ezra <[email protected]> wrote: > install LAMPhttp://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 sitehttp://cakeqs.organd 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 Administratorwww.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
