Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Clone this repository in the machine where you want to install the relay.

  2. Create new folders for config, local logs, and disk buffer in the same folder where the docker-compose.yml file is located.

    Code Block
    mkdir conf buffer logs
  3. The folders above must have write and execute permissions for 'others'.

    Code Block
    sudo chmod 777 conf/ buffer/ logs/
  4. Edit the environment file:

...