m |
m |
||
Line 37: | Line 37: | ||
sudo apt-get remove x11-* | sudo apt-get remove x11-* | ||
sudo apt-get autoremove | sudo apt-get autoremove | ||
− | + | ||
+ | ((so far it seems OK, but the 2 below commands seems to have broken df. ago control still OK)) | ||
+ | sudo apt-get purge lxappearance* lxde-common* lxde-icon-theme* lxpolkit* lxrandr* lxtask* | ||
+ | lxterminal* | ||
+ | sudo apt-get purge desktop-base desktop-file-utils gnome-icon-theme gnome-themes-standard leafpad menu-xdg omxplayer scratch xarchiver zenity | ||
+ | Approx 1 GB will be removed | ||
== Upgrade the OS to latest version == | == Upgrade the OS to latest version == |
This is a full walk-through example install on a headless Raspberry Pi.
Contents |
Download Raspian from [1]
Get the image to an SD card, e.g. using this tutorial: [2]
Insert the SD card, connect an ethernet cable and power up the RPi.
Find the IP adress it has received, e.g. look at the DHCP table in your router
Open a term window and ssh into the RPi
ssh pi@192.168.x.xx
password: raspberry
Set the password to something new
sudo passwd pi
Start the RPi configuration
sudo raspi-config
Use these options:
Go into sudo-mode
sudo bash
Set your time zone:
dpkg-reconfigure tzdata
(( Experimental - still doing verifications that nothing broke! ))
sudo apt-get remove --purge x11-common sudo tasksel remove gnome-desktop sudo apt-get remove x11-* sudo apt-get autoremove
((so far it seems OK, but the 2 below commands seems to have broken df. ago control still OK))
sudo apt-get purge lxappearance* lxde-common* lxde-icon-theme* lxpolkit* lxrandr* lxtask* lxterminal* sudo apt-get purge desktop-base desktop-file-utils gnome-icon-theme gnome-themes-standard leafpad menu-xdg omxplayer scratch xarchiver zenity
Approx 1 GB will be removed
apt-get update apt-get upgrade
Get the installation key & add installation source
wget http://mirror.at.agocontrol.com/debian/conf/agocontrol.gpg.key apt-key add agocontrol.gpg.key echo "deb http://mirror.at.agocontrol.com/debian unstable main" >> /etc/apt/sources.list
Install aGo Control (Currently approx. 180 MB additional disk) You'll be asked for a QPID daemon password during the install: Set it to something
apt-get update apt-get install agocontrol apt-get install systemd systemd-sysv reboot
After reboot, ssh into the RPI again
ssh pi@192.168.x.xx
password: the new password you set before
Add your location to the config file
nano /etc/opt/agocontrol/conf.d/system.conf
add eg:
lat= 56.05 lon=12.7
press [CTRL]X to save
Now open http://192.168.x.xx:8008 on another machine
In the Web UI, add rooms & floorplans
If you get some strange problems with sudo:
PATH=$PATH:/usr/bin echo $PATH