Versions Compared

Key

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

...

  • Token

  • Boomi account Id which you can find after logging in at Boomi AtomSphere under “Settings » Account Information”

  • username (in the form “BOOMI_TOKEN.<username>”)

Docker Setup

Download In this guide we use the Docker Desktop to be able to download and run the Eyer Docker image, but you are free to deploy the Docker image in whatever way you want.

  1. Download Docker Desktop here and install.

  2. Download the “docker-compose.yaml” file at the bottom of this page

  3. Modify the Docker compose file with your own credentials and information as outlined below

    1. BOOMI_ATOM_IP - insert the IP of the server / vm that is hosting your Atom

    2. EYER_PUSH_TOKEN - insert your Eyer push token here

    3. BOOMI_USERNAME - your Boomi username from the “Boomi configuration & information” section

    4. BOOMI_TOKEN - your Boomi token from the “Boomi configuration & information” section

    5. BOOMI_ACCOUNT_ID - your Boomi account id from the “Boomi configuration & information” section

  4. Start your Docker Desktop and enter the terminal (bottom section of the application says “>_ Terminal”

  5. In the newly opened terminal window, navigate to where you downloaded the “docker-compose.yaml” (e.g “cd c:\Docker”)

  6. Run “docker compose up”

  7. The Docker container will now run with your set configurations and start sending data to Eyer

...