Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.46 KB

File metadata and controls

48 lines (29 loc) · 1.46 KB

Installation

Use backend's instalaltion interface as usual. (or install through Modules Directory, since QACMS v1.1)

Usage

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.

Example, Using the Console under Windows 7

  1. Press Win+R keys to open the Run dialog.

  2. Type in cmd and press Intro.

  3. A new terminal will show up. Navigate to the path above using cd command:

     C:\Users\UserName>cd FullPath_to_Your_QACMS_Installation\Modules\QuickShell\
     C:\FullPath_to_Your_QACMS_Installation\Modules\QuickShell>
    
  4. Now type in qs to start the Shell:

     C:\FullPath_to_Your_QACMS_Installation\Modules\QuickShell>qs
    
  5. 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!