webCOMAND

Sites Framework Installation

The Sites Framework can be installed with or without localization, for language translation support.  It can also be installed from the Command Line Interface (CLI) or User Interface (UI).

The Sites Framework depends on the Forms Framework, so that must be installed first and is included in the instructions below.

Option A: Without Localization

CLI - Install from the Command Line Interface

If you have access to the command line interface (CLI), it is easiest to install the Forms Framework and Sites Framework from the CLI.

  1. php /var/www/webcomand/comand.php io_comand_package add -p com_comandsolutions_app_forms
  2. php /var/www/webcomand/comand.php io_comand_package add -p com_webcomand_sites
  3. php /var/www/webcomand/comand.php io_comand_io import -s file:///var/www/webcomand/files/packages/com_webcomand_sites/install/sites-content.js
  4. php /var/www/webcomand/comand.php io_comand_io import -s file:///var/www/webcomand/files/packages/com_webcomand_sites/install/sites.js

UI - Install from the User Interface

If you do not have access to the CLI, you can import two webCOMAND Sites Packages from the User Interface (UI) to utilize the Sites Framework.

  1. Launch "Content Manager (CMS)"
  2. Import Sites Content
  3. Import Sites Pages & Components

Option B: With Localization (language translation support)

Dimensions must be enabled if you would like to localize and translate the website content.

CLI - Install from the Command Line Interface

If you have access to the command line interface (CLI), it is easiest to install the Forms Framework and Sites Framework from the CLI.

  1. php /var/www/webcomand/comand.php io_comand_package add -p io_comand_localization
  2. php /var/www/webcomand/comand.php io_comand_package add -p com_comandsolutions_app_forms
  3. php /var/www/webcomand/comand.php io_comand_package add -p com_webcomand_sites
  4. php /var/www/webcomand/comand.php io_comand_io import -s file:///var/www/webcomand/files/packages/com_webcomand_sites/install/sites-content-localized.js
  5. php /var/www/webcomand/comand.php io_comand_io import -s file:///var/www/webcomand/files/packages/com_webcomand_sites/install/sites.js

UI - Install from the User Interface

If you do not have access to the CLI, you can import two webCOMAND Sites Packages from the User Interface (UI) to utilize the Sites Framework.

  1. Launch "Content Manager (CMS)"
  2. Import Sites Content
  3. Import Sites Pages & Components