Hi All,

I have a windows tutorial which shows me how to create 1 cake folder
that is used for all CakePHP localhost applications built(using WAMP).
I am trying to set this up on my mac. Can anyone point me to a site
that shows me this? or Can anyone tell me how to do this?

I am trying to get this to work in cake bake app.

Also, instead of typing this into terminal:    '/Users/myUserName/
Sites/Cake/1.2.x.x/cake/console/cake' I want to type just 'cake

I changed my .profile file to this as instructed elsewhere(but not
working for me):

## DELUXE-USR-LOCAL-BIN-INSERT
echo $PATH | grep -q -s "/usr/local/bin"
if [ $? -eq 1 ] ; then
    PATH=$PATH:/usr/local/bin:/Users/myUserName/Sites/Cake/1.2.x.x/
cake/console/cake
    export PATH
fi

pls help


gemmes
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to