Select Git revision
development_tutorial-01.md
Forked from
clients / Cesium-grp / Cesium
Source project has a limited visibility.
-
Benoit Lavenier authored
[fix] Remove unused gulp script [fix] Compile web artifact into /dist
Benoit Lavenier authored[fix] Remove unused gulp script [fix] Compile web artifact into /dist
mirror.md 703 B
How to deploy a permanent rpc node on ĞDev network
Publish a node
Duniter part
See docker documentation to install, configure, and start a node.
Reverse proxy part
See nginx reverse proxy.
To go further, read How to become a (black)smith
Upgrade your node with minimal interruption
- Modify docker image tag on your compose file
- Run
docker compose pull
, this will pull the new image. - Run
docker compose up -d --remove-orphans
, this will recreate the container - Verify that your node restarted well
docker compose logs duniter-rpc
- Remove the old image
docker rmi duniter/duniter-v2s:OLD_TAG