As long as everything is set up properly for your app, you can just cd to the app directory and run the following from a command prompt:
cake schema run create DbAcl If you don't have Cake in your path, you may need to change it to be something like: <path_to_cake>/console/cake schema run create DbAcl I'm guessing your '-app' switch didn't work because you specified www.helpwriteabook.co.uk instead of the actual path to where your app lives. On Jan 10, 9:48 am, Steppio <[email protected]> wrote: > Hi there again everybody! > > Has anybody ever tried to use the command 'Cake schema run create > DbAcl' on a web server? im having trouble locating the correct method > for reseting / initializing ACL, i've tried 'cake schema run create > DbAcl -appwww.helpwriteabook.co.uk//test//app//'but needless to say > that did'nt work. Any ideas for contacting a server through the Cake > Shell? > > Thanks for you time in advance! > > Steppio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
