Skip to content

Detailed Installation

Ryan edited this page Apr 3, 2016 · 2 revisions
  1. Download and install default raspbian image to an SD card

  2. Plug SD card into your PI

  3. Run raspi-config to expand your filesystem A. Select "Expand FileSystem" B. Select "Finish" C. Reboot, when it asks.

  4. After reboot run:

curl https://raw.githubusercontent.com/rcrum003/HiveControl/master/install.sh -o install.sh 5. Then run: sudo bash ./install.sh

  1. Wait a bunch of time while all the code is compiled/installed/downloaded. Depending on your processor and network connection this can be ~10m to 2 hrs. (Note, took 11 minutes with a RPI3 on a 30MB Internet connection)

  2. The script will ask you to set a password to access http://127.0.0.1/admin - type it twice.

Clone this wiki locally