##Install
Get started by creating your Raspbian SD Card
###Starting with a fresh install of Raspbian
Start with a stack configuration of Rasp
On boot configure the following:
- Expand FileSystem
- Change password
- Enable Boot to Desktop
- Reboot
Now is a good time to configure your wifi or network settings.
###Installing and Configuring
Remote to the device, for me my Raspberry Pi is confuted with the static IP address 192.168.2.2
- ssh 192.168.2.2 -l pi
- run the wget ::// provision.sh
- After the provision process reboot your system
- clone the rest of the repo
- start the initialize script and let the system reboot
cd ~/
git clone https://github.com/strongloop-community/node-angular-raspberry-pi-dashboard dashboard
cd dashboard/scripts
sudo chmod +x refresh.sh