...
- unplug anything attached to the USB on the RPi (keyboards, mouse, etc.)
- Put in SD card into Raspberry and power it on
- 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
- Deploy the nginx server, as a test
./eden pod deploy -p 8028:80 docker://nginx
- run eden's status command to get the RPi's IP address
It is listed under "EVE REMOTE IPs"./eden status
- Open a browser and point it to http://EVE's_IP_Address:8028
...