This guide summarizes the RELATE installation process.
git clone https://git.hubp.de/inducer/relate.git
cd relate
python3 -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
Follow the official RELATE documentation to configure the database and site settings.
Run the recommended WSGI server configuration for production.
Feel free to contact us. Find all contact information on our contact page.