WAMP: How to "Install Database Schema by Running Command ..." -


at higher-ed institution , trying install app called "guide on side" (https://github.com/ualibraries/guide-on-the-side). sits on lamp stack of varying flavors, but--of course--we windows-based institution. question of "what mean!?" variety.

i have db created, config "configurated," there's following procedure:

install database schema running following commands guide_on_the_side/app folder: ../lib/cake/console/cake migrations.migration --plugin tags ../lib/cake/console/cake migrations.migration all

can translate? can "run" in windows cmd. i've familiarity terminals in *nix os's neeeeever touch command line on windows, i'm out of element.

cake console command (shell script) cakephp application framework.

http://book.cakephp.org/2.0/en/console-and-shells.html

you should able run cake command windows shell (it refer cake.bat batch file).

you may need make other adjustments running cakephp apps on iis.


Comments

Popular posts from this blog

ios - iPhone/iPad different view orientations in different views , and apple approval process -

java Extracting Zip file -

C# WinForm - loading screen -