Concordium / concordium-node

The main concordium node implementation.
GNU Affero General Public License v3.0
45 stars 22 forks source link

Document out-of-band catch-up on Ubuntu #367

Closed Bargsteen closed 2 years ago

Bargsteen commented 2 years ago

Task description

Document how to synchronize with the network quickly via out-of-band catch-up on Ubuntu nodes. We already have similar documentation for macOS and Windows.

The process is a bit more involved on Ubuntu (than on macOS and Windows) due to the sandboxing, so you cannot just put the file anywhere you want. We already have documentation for how to add baker credentials to an Ubuntu node, which faces the sandboxing issues, so read that guide for inspiration.

abizjak commented 2 years ago

Note that this was documented by linking to the (section of the) README in the node repository.

I have added the relevant parts of the readme to the documentation now.

abizjak commented 2 years ago

Closed by https://github.com/Concordium/concordium.github.io/pull/539