On Jan 22, 1:28 pm, longint <[EMAIL PROTECTED]> wrote:
> Make that two Leopard folks. I'll be watching this thread.
>
> On Jan 22, 10:13 am, martinp <[EMAIL PROTECTED]> wrote:
>
> > There's what appears to be a very good screencast on the cakephp site
> >
about how to configure Unix so that you can run Cake from the command
> > line. That is, until right at the beginning the author asks you to
> > edit the .profile file, or whatever your equivalent file is. At that
> > point I'm lost. I don't appear to have a .profile file as if I follow
> > his instructions I'm told I'm writing a new file. I'm new to Macs and
> > certainly new to using the command line. It also makes me a little bit
> > nervous poking around under the hood.
>
> > So can anyone give me any pointers? I'm currently unable to run cake
> > or bake from the command line as it can't find the file (changing the
> > directory to cake/console doesn't appear to work either), but I don't
> > know how to change the relevant settings using Terminal.
>
> > I appreciate that this isn't a Cake problem really, but I'd be
> > grateful for any help. Thanks!
From the terminal, where $ is your prompt:
$ cd ~
$ touch .profile
$ pico .profile
Pico is a command line text editor that is simple enough use,
until you upgrade to vi or emacs. I think it's included with OSX,
bit I'm not certain.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---