You can always use alias, e.g. alias cake='sh /location_of_cakeconsole/ cake'
On 20 Maj, 00:16, Salines <[email protected]> wrote: > Example @OpenSuse 11.4 > navigate to your home directory > /home/username/ > > open .bashrc > > add path to cakephp console: > #my example > export PATH=/home/nikola/localhost.dev/htdocs/cakephp/cake/console/: > $PATH > > and use console cake bake commands :) > . > > On 19 svi, 11:53, thom <[email protected]> wrote: > > > > > > > > > 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
