- Install Raspbian Strech Lite on SD-Card
- Add wpa_supplicant.conf to boot Partion (SD-Card)
country=DE
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="Name"
psk="Password"
key_mgmt=WPA-PSK
}
- Activate SSH
nano path_to_boot_partion/sshand write this empty file do disk - Boot the RaspberryPi
- Configure your RaspberryPi with
sudo raspi-config sudo apt-get update && sudo apt-get upgradesudo apt-get install gitcd /usr/localsudo git clone https://github.com/eiGelbGeek/raspiREST-API.gitcd /usr/local/raspiREST-API
sudo nano script/raspbian_stretch_setup.shsudo nano lib/raspi-control.shsudo nano public/index.html
sudo nano script/raspbian_stretch_setup.shsudo sh script/raspbian_stretch_setup.shcd /usr/local/raspiREST-APIsudo chmod u+x script/bootstrapsudo chmod u+x script/installsudo chmod u+x script/uninstallsudo script/bootstrapsudo script/install