ARK2/Console
From ARK
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.