Installing Jadu Central on a Linux server
During the installation you have to specify the following:
- Installation path
- Package path
- System user
- Group user
- Hostname
- Host alias
- TLS Certificate file
- TLS Private file
- TLS Chain file
- Database host, port
- Database name for the application
- Database root username and password
- Database jadu username and password
- Database jaduGU username and password
- Database jaduGM username and password
You have the option to either provide the details during the installation process or specify them in the params.yml
file.
We highly recommend using the installation path to be /var/www/jadu
.
Check your setup
Before you install it is highly recommended to run the check-setup
command.
$ php installer.phar check-setup
Running this command will check for some mandatory modules, make sure all the checks pass. If any of the checks fails then you will not be able to proceed with installation unless the failure is fixed.
Run the installer
To install the application use the install command:
$ php installer.phar install
If you want verbose debugging messages to be shown during the installation then you can use -v
, -vv
or -vvv
options.
After successful installation you will be able to visit the site [hostname]/jadu and start setting up the application.