Versions Compared

Key

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

...

  1. unplug anything attached to the USB on the RPi (keyboards, mouse, etc.)
  2. Put in SD card into Raspberry and power it on
  3. Onboard our RPi into eden so that we can control it remotely
    On the terminal window of your computer, type:

    ./eden eve onboard
    This can take 5 minutes. It will output a large JSON file when it is done.  
    When your RPi is onboarded, type the below to get the status of Eden
    ./eden status

  4. Deploy the nginx server, as a test

    ./eden pod deploy -p 8028:80 docker://nginx

  5. run eden's status command to get the RPi's IP address
    It is listed under "EVE REMOTE IPs"

    ./eden status

  6. Open a browser and point it to http://EVE's_IP_Address:8028

...