On 9/1/07, SIXS <[EMAIL PROTECTED]> wrote: > > I have watched the video and followed the instructions. I can't see where > console is located in cakephp > Jim
Console is in cake/console/ It's a command-line script that must be run from a DOS prompt in your case. I run OS-X, so it's as simple as this, once I've added cake/console/cake to my path: type 'cake bake' to start up bake type 'cake console' to use my very alpha interactive testing console type 'cake' and you will see a bunch of information about what shells are available Hope that helps. -- Chris Hartjes Senior Developer Cake Development Corporation My motto for 2007: "Just build it, damnit!" @TheBallpark - http://www.littlehart.net/attheballpark @TheKeyboard - http://www.littlehart.net/atthekeyboard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
