NOTE: These instructions are for software developers only. If you just want to run FarmBot OS on a FarmBot kit you have purchased, please see these instructions instead.
- Install the ASDF Package Manager
- Install Elixir and Erlang via ASDF. The correct version can be found in the .tool-versions file.
- Install Nerves
- Clone this repo and run
./run_all.sh
. If the script runs to completion, you have successfully installed FBOS onto your target - Run the application via
iex -S mix
.