License Renewal

    License Renewal


    Article summary

    To apply a new license, open the Linux machine where Quality Modeller was installed. Please note that when a new license is applied, Quality Modeller will be unavailable for use for a few minutes while it restarts.

    1.1 Replace the LIC-KEY

    Open the .env file. Replace the LIC_KEY environment variable value with the license key provided by Curiosity, then save the file.

    HOST_ADDRESS=localhost
    # HOST_PROTOCOL=http://
    # HOST_PORT=80
    LIC_OWNER=REPLACE_ME
    LIC_KEY=REPLACE_ME
    GLOBAL_KEY=e5NUyn2kfwEgH7Y7dJqUk
    POSTGRES_PASSWORD=postgres
    NEO4J_PASSWORD=testinsights01
    HOST_POSTGRES_VOLUME=/data/postgres
    HOST_NEO4J_VOLUME=/data/neo4j/data

    1.2 Restart 

    Restart the Quality Modeller environment by executing the following command:

    ./run.sh

    Note: You may need to run this command using sudo.

    sudo ./run.sh




    What's Next