Install Lequinox platform
Before installation, make sure that
your environment fulfils the system requirements
you have carried out the steps required to prepare for a Lequinox platform installation.
For more information about deployment scripts, go to the deployment scripts page.
Instructions for performing a new installation
Generate a new configuration file (config.properties):
> python deployment/generate_configuration.py -p <profile> -d lequinox -f </path/to/config_directory>/config.properties
Make sure the "-Dconfig.path=<path/to/config_directory>" is included in your JAVA_OPTS environment variable.
Prepare the database by running the following python script:
> python deployment/pre_deploy_config_all.py -p <profile> -d lequinox
Start the WildFly server and wait until all services are started.
> python deployment/start_jboss.py -p <profile>
Configure WildFly (the script adds datasources, enables HTTPS etc.):
See jboss_config_all.py for limitations.
Deploy artifacts from current release directory and wait until all artifacts are deployed:
Run the following python script to finalise the deployment:
Check the status of running services on "https://<FQDN>:<PORT>/status".
The installation of the Lequinox platform is complete, and a platform manager can set up the platform.
As a system administrator, be aware that you still need to back up and secure the Lequinox platform after installation.
Copyright © 2021–2024 Lequa Net AB – a subsidiary of Extracticon AB (publ). All rights reserved.