Install & Setup Your Qorus Instance

Requirements

Running Qorus in Docker

1. Clone our qorus-docker repository with:

git clone https://github.com/qoretechnologies/qorus-docker.git

2. Change the Community Edition directory to get to Qorus’s Docker compose file (use qorus-ee for the Enterprise Edition).

cd qorus-docker/qorus-ce

3. Pull and build the Qorus image with
docker-compose up -d

This will pull Qorus and PostgreSQL images, create a PostgreSQL database schema for Qorus, and local volumes for persistent data. Qorus will start with an HTTPS listener on port 8011.  The Enterprise Edition will start with RBAC disabled by default (note that the Community Edition does not support users and permissions in any case).

With RBAC disabled, you can connect to Qorus by visiting https://localhost:8011 without authentication. There, you’ll have access to the Qorus dashboard.

ℹ️ Note: Your browser might issue a security warning when trying to reach Qorus at localhost:8011. This is because Qorus is running with a self-signed certificate. You can safely ignore this warning.

Grab your FREE application integrations eBook.
You'll quickly learn how to connect your apps and data into robust processes!