AMRIT
  • Introduction
  • Architecture
    • System architecture overview
    • API Guide
    • Integrations
  • Developer Guide
    • Codebase structure
    • Development environment setup
      • System Requirements
      • Software dependencies
      • Installation Instructions
        • For UI repositories
        • For API repositories
      • Common Issues and Troubleshooting
  • Deployment
    • Installation guide
    • CI/CD pipelines
    • Observability
    • Wildfly
      • SSL Configuration for WildFly
  • Data Management
    • Database schema
    • Data privacy and security
    • Data export
    • Reporting
      • Integrating DHIS2 with AMRIT
      • Example Python Scripts
  • Community and Support
    • Contributing to AMRIT
    • How to get help
    • Code of conduct
    • Contribution guidelines
Powered by GitBook
On this page
  • Software Installation Guide
  • 1. Java Installation (JDK 17.0.3)
  • 2. MySQL Installation (8.0.34)
  • 3. WildFly Installation (30.0.0.Final)
  • 4. Redis Installation (7.2.5)
  • 5. OpenKM Installation
  1. Deployment

Installation guide

PreviousCommon Issues and TroubleshootingNextCI/CD pipelines

Last updated 5 months ago

Software Installation Guide

1. Java Installation (JDK 17.0.3)

Steps:

  1. Download the JDK installer from the following link:

  2. Run the downloaded .exe file.

  3. Follow the on-screen instructions to complete the installation.

  4. Verify installation by running the command in the terminal:

    java -version

2. MySQL Installation (8.0.34)

Steps:

  1. Download the MySQL installer from the following link:

  2. Run the installer and select the desired setup type (e.g., Developer Default).

  3. Follow the configuration steps for server and client settings.

  4. Complete the installation and verify by connecting to MySQL using the command-line client:

    mysql -u root -p

3. WildFly Installation (30.0.0.Final)

Steps:

  1. Extract the downloaded .zip file to your desired directory.

  2. Navigate to the bin folder inside the extracted WildFly directory.

  3. Start the server using the command:

    standalone.bat

    (For Linux/Mac, use standalone.sh instead.)

  4. Access the WildFly management console at: http://localhost:9990


4. Redis Installation (7.2.5)

Steps:

  1. Follow the platform-specific instructions to install Redis.

    • For Windows: Use the available Redis binaries.

    • For Linux/Mac: Install via package manager or compile from source.

  2. Start the Redis server using the command:

    redis-server
  3. Verify the installation by connecting to the Redis CLI:

    redis-cli

5. OpenKM Installation

Steps:

  1. Follow the installation guide specific to your platform (Windows, Linux, or MacOS) provided on the OpenKM website.

  2. Configure the application by editing the necessary configuration files as per your requirements.

  3. Start the OpenKM server and access the application through your web browser at the specified URL (e.g., http://localhost:8080/OpenKM).

  4. Refer to the official OpenKM documentation for advanced configurations and usage.


Ensure all installations are correctly configured for your system environment and project needs.

Download the WildFly zip file from the following link:

Visit the Redis documentation for getting started:

Download the OpenKM software from the following link:

JDK 17.0.3 for Windows (64-bit)
MySQL Installer
WildFly 30.0.0.Final
Redis Installation Guide
OpenKM Downloads