-
Notifications
You must be signed in to change notification settings - Fork 13
Detailed Installation
Ryan edited this page Apr 3, 2016
·
2 revisions
-
Download and install default raspbian image to an SD card
-
Plug SD card into your PI
-
Run raspi-config to expand your filesystem A. Select "Expand FileSystem" B. Select "Finish" C. Reboot, when it asks.
-
After reboot run:
curl https://raw.githubusercontent.com/rcrum003/HiveControl/master/install.sh -o install.sh
5. Then run:
sudo bash ./install.sh
-
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)
-
The script will ask you to set a password to access http://127.0.0.1/admin - type it twice.