Is this cake installed from apt-get (or somesuch)? It'll probably live up in /usr/lib somewhere (like /usr/lib/cake) possibly up in /usr/share(/cake). Find that path, dig deeper for the console directory and add the whole path of that directory (for example /usr/lib/cake/libs/console -- sorry if that's bogus, just an example). And add it to your .profile file (I think it's .profile in debian (?)) in your home directory.
PATH=$PATH:/usr/lib/cake/libs/console And if I'm right about the filename, you can reload your profile by doing ..profile in command-line. If you're doing a cake install in your web tree, then find the console directory there, and add the path, again to your .profile file. If you want it to be available to *all* users, you can do it elsewhere, but I’m guessing this is enough. *then* just type the command. In my install (ubuntu), I invoke with 'cake ...' rather than 'phpcake ...'. You know better than I what your install requires. Cheers Matt -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of AD7six Sent: Friday, July 10, 2009 3:46 AM To: CakePHP Subject: Re: How to start execute PHP-CAKE in Debian? On Jul 10, 5:09 am, Abdul Rahman Riza <[email protected]> wrote: > Dear experts, > > I just installed PHP CAKE in Debian 5 using synaptics but later I do not > know how to start to execute PHP-Cake. > > I run to terminal and invoke this command > > dhcppc1:/var/www# ./phpcake > bash: ./phpcake: No such file or directory > dhcppc1:/var/www# locate phpcake > dhcppc1:/var/www# > > Please advise, > > Riza Where in the book (http://book.cakephp.org) does it make any reference to phpcake. if you installed something with synaptics - why not have a look at what the installed files for that package are. AD --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
