Skip to content
Snippets Groups Projects
Select Git revision
  • 805b4e0b6163caaf6dababf9e048a7557a7f7b8a
  • master default protected
  • traduccio_barbara
  • Catalan-translation
  • feature/cesium_plus_pod_2
  • feature/add_pubkey_icon
  • feature/startup_node_selection
  • develop
  • feature/android_api_19
  • Vivakvo/cesium-patch-8
  • gitlab_migration_1
  • dev
  • rml8
  • v1.6.12
  • v1.6.11
  • v1.6.10
  • v1.6.9
  • v1.6.8
  • v1.6.7
  • v1.6.6
  • v1.6.5
  • v1.6.4
  • v1.6.3
  • v1.6.2
  • v1.6.2-alpha
  • v1.6.1
  • v1.6.0
  • v1.5.12
  • v1.5.11
  • v1.5.10
  • v1.5.9
  • v1.5.8
  • v1.5.7
33 results

development_tutorial-01.md

Blame
  • Forked from clients / Cesium-grp / Cesium
    Source project has a limited visibility.

    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

    1. Modify docker image tag on your compose file
    2. Run docker compose pull, this will pull the new image.
    3. Run docker compose up -d --remove-orphans, this will recreate the container
    4. Verify that your node restarted well docker compose logs duniter-rpc
    5. Remove the old image docker rmi duniter/duniter-v2s:OLD_TAG