Skip to content

Install Janssen Server using Dynamic Download#

The dynamic download installs the latest development version of the Janssen Server.

Note

This method of installation is suitable only for testing, development, or feature exploration purposes. Not for production deployments.

System Requirements#

System should meet minimum VM system requirements

Prerequisites#

  • curl should be installed

Install#

  1. Download the installer

    curl https://raw.githubusercontent.com/JanssenProject/jans/v1.0.10/jans-linux-setup/jans_setup/install.py > install.py
    

  2. Execute Installer

    The installer can be invoked using various options to tailor the installation process. Invoke the commands below to know about all the available options.

    install.py --help
    setup.py --help
    

    One particularly useful option for development environments is the one below which installs the Janssen Server with test data loaded.

    python3 install.py --args="-t"
    

    To install without test data loaded, run the command below:

    python3 install.py
    

Uninstall#

Use the command below to uninstall the Janssen Server

python3 install.py -uninstall

Last update: 2023-01-13
Created: 2022-05-18