Use backend's instalaltion interface as usual. (or install through Modules Directory, since QACMS v1.1)
Open a new OS terminal and navigate to QuickShell module directory: Your_QACMS_Installation/Modules/QuickShell/.
Then run the qs command to start the shell.
A command-line (CLI) build of PHP must be available on the system if you plan to use the this module's Console.
-
Press
Win+Rkeys to open the Run dialog. -
Type in
cmdand press Intro. -
A new terminal will show up. Navigate to the path above using
cdcommand:C:\Users\UserName>cd FullPath_to_Your_QACMS_Installation\Modules\QuickShell\ C:\FullPath_to_Your_QACMS_Installation\Modules\QuickShell> -
Now type in
qsto start the Shell:C:\FullPath_to_Your_QACMS_Installation\Modules\QuickShell>qs -
Now you should get something like this:
Welcome to CakePHP vX.Y.Z Console --------------------------------------------------------------- App : QuickApps Path: FullPath_to_Your_QACMS_Installation\ --------------------------------------------------------------- Quickapps CMS - Shell --------------------------------------------------------------- 1. Module shell 2. Themes shell 3. Utility shell 4. Quit What would you like to do (1/2/3/4) >
Enjoy!