-
Notifications
You must be signed in to change notification settings - Fork 9
How to run a live node
sixTheDave edited this page Jun 1, 2023
·
1 revision
First, you need to install the dependencies and then you need basic linux sysadmin skills.
-
Setup the domain, eg. qrucial.io
-
Create a LetsEncrypt certificate
-
Install nginx and use the hardened configuration from exotools/configs/nginx.conf
-
Set the frontend in "src/config/development.json" to your domain and remove the proxy config in "package.json".
-
Start all the services (you can use the provided script).
-
Use health check script to check that everything works.
-
That is it, congratulations!
by QDAO