Install Lequinox platform

Before installation, make sure that

For more information about deployment scripts, go to the deployment scripts page.

Instructions for performing a new installation

  1. Generate a new configuration file (config.properties):

    > python deployment/generate_configuration.py -p <profile> -d lequinox -f </path/to/config_directory>/config.properties
  2. Make sure the "-Dconfig.path=<path/to/config_directory>" is included in your JAVA_OPTS environment variable.

  3. Prepare the database by running the following python script:

    > python deployment/pre_deploy_config_all.py -p <profile> -d lequinox
  4. Start the WildFly server and wait until all services are started.

    > python deployment/start_jboss.py -p <profile>
  5. Configure WildFly (the script adds datasources, enables HTTPS etc.):

    See jboss_config_all.py for limitations.

  6. Deploy artifacts from current release directory and wait until all artifacts are deployed:

  7. Run the following python script to finalise the deployment:

  8. 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.