Re: Cake Bake under Ubuntu
Il 24/05/2012 23:35, Max Kiehnscherf ha scritto:
> Hello guys,
>
> im pretty new to CakePHP and at the moment im trying to bake a user-
> system via the console. I used this tutprial for this:
> http://insanityville.com/2010/04/how-to-bake-on-ubuntu-using-cakephp/
>
> But everytime I do "cake bake" i get this Error-message:
>
>
Don't use sudo. Try:
# cd in your app dir
cd /home/max/akk/app
# run cake with the full path, or relative like ../cake/console/cake
/home/max/akk/cake/console/cake bake
Probably you will need to reset permission
sudo chown max.max -r /home/max/akk
--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home