Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.):

    > python deployment/jboss_config_all.py -p <profile> -d lequinox

    See jboss_config_all.py for limitations.

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

    > python deployment/deploy_all.py -p <profile> -d lequinox -a <artifacts_path>
  7. Run the following python script to finalise the deployment:

    > python deployment/post_deploy_config_all.py -p <profile> -d lequinox
  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.

  • No labels