Skip to main content

Installing Jadu Central

The installer for Jadu Central is distributed as a PHP archive file, installer.phar. It is a command line application which can check your environment is ready to be installed, install Jadu Central and uninstall Jadu Central.

This command installs the application with the configuration provided in params.yml. If no params.yml file exists, the command will prompt for every configuration.

php installer.phar install

// for a load balanced environment's application-only server
php installer.phar install --application-only
note

When installing a load balanced environment's application-only server, only the application code will be installed. The database will reference the external database server specified in params.yml.

Before you begin, you will need to download the installation package from the Jadu GitHub repository. This is not a public repository, and you will need to request access.

This archive package will contain:

  • jadu.zip: the application code archive
  • installer.phar: PHP Archive that installs the application
  • params.yml-LINUX: Example Linux params.yml
  • params.yml-WINDOWS: Example Windows params.yml

You will also need SSL certificate for the site on the server before you begin.

You can download the patches from Deployer. If you do not yet have access to Deployer, contact Jadu Support.