Skip to content

How to run a live node

sixTheDave edited this page Jun 1, 2023 · 1 revision

QDAO live node

Prequisites

First, you need to install the dependencies and then you need basic linux sysadmin skills.

Steps

  1. Setup the domain, eg. qrucial.io

  2. Create a LetsEncrypt certificate

  3. Install nginx and use the hardened configuration from exotools/configs/nginx.conf

  4. Set the frontend in "src/config/development.json" to your domain and remove the proxy config in "package.json".

  5. Start all the services (you can use the provided script).

  6. Use health check script to check that everything works.

  7. That is it, congratulations!

Clone this wiki locally