maduvena / jans-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codacy Badge

Janssen Project-setup

Scripts and templates to automate deployment and configuration of the Janssen Project,

Installing Janssen Server

We tested installation on CentOS 8, Ubuntu 18 and Ubuntu 20. Just two steps:

  1. Download installer

    curl https://raw.githubusercontent.com/JanssenProject/jans-setup/master/install.py > install.py

  2. Execute installer

    python3 install.py

Uninstalling Janssen Server

Execute installer with -uninstall argument

python3 install.py -uninstall

Reinstalling Janssen Server

First uninstall and then install

About

License:MIT License


Languages

Language:Python 85.4%Language:HTML 10.3%Language:Shell 4.2%Language:Makefile 0.0%