Skip to content

QuickApps CLI packaged as a Module, for a better and easier usage. (for v1.x)

Notifications You must be signed in to change notification settings

quickapps-modules/QACMS-QuickShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

QuickApps CLI packaged as a Module, for a better and easier usage. (for v1.x)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published