On Wed, May 18, 2011 at 9:12 PM, CakePHP.Saint <[email protected]> wrote: > How to cake bake in Linux environment - Cakephp? > I download the latest version from cakephp website. created some > tables and trying to bake process but its not working. I try to run > cake bake inside cake/console but nothing happens > > but in windows we need to set the environment variables like that any > settings need for LINUX.. >
I am using openSuse, and you should be able to do it in any distros. #cd /srv/www/cake/ <-----my cake dir on web server #./cake/console/cake bake That's it. -- Regards,,, mastanto -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
