Difference between revisions of "ARK2/Console"

From ARK
Jump to: navigation, search
(Created page with "= Console = ARK2 uses the Symfony Console to provide three custom command-line consoles for maintaining ARK: * The Build Console - A console to assist in developing ARK and...")
 
(Console)
Line 3: Line 3:
 
ARK2 uses the Symfony Console to provide three custom command-line consoles for maintaining ARK:
 
ARK2 uses the Symfony Console to provide three custom command-line consoles for maintaining ARK:
  
* The Build Console - A console to assist in developing ARK and ARK front-ends
+
* The Build Console - A console to assist in developing ARK and ARK front-ends (ark2/build/build)
* The System Console - A console to assist in managing an ARK system install
+
* The System Console - A console to assist in managing an ARK system install (ark2/bin/sysadmin)
* The Site Console - A console to assist in managing an ARK site in a system install
+
* The Site Console - A console to assist in managing an ARK site in a system install (ark2/sites/<site>/bin/console)
  
 
Note that separate consoles are required for the System and Site for the multi-site mode of ARK. A combined solution for single-site installs will be developed.
 
Note that separate consoles are required for the System and Site for the multi-site mode of ARK. A combined solution for single-site installs will be developed.

Revision as of 18:11, 9 January 2017

Console

ARK2 uses the Symfony Console to provide three custom command-line consoles for maintaining ARK:

  • The Build Console - A console to assist in developing ARK and ARK front-ends (ark2/build/build)
  • The System Console - A console to assist in managing an ARK system install (ark2/bin/sysadmin)
  • The Site Console - A console to assist in managing an ARK site in a system install (ark2/sites/<site>/bin/console)

Note that separate consoles are required for the System and Site for the multi-site mode of ARK. A combined solution for single-site installs will be developed.