Link Search Menu Expand Document
Table of contents
  1. Auto installation using a installation script

Auto installation using a installation script

This script implements everything covered in the skill implementation section. Before running this script install your Pi according to the hardware page.

Do not run the script as root or with sudo!

wget https://raw.githubusercontent.com/th-koeln-intia/ip-sprachassistent-team3/master/config/auto_install/install.sh
chmod 777 install.sh
./install.sh

If you are asked to continue, enter y and hit enter.

After the install script has completed you have to reboot your pi.

sudo reboot

Apollo can be started after the reboot by using the following commands.

cd ~/apollo
docker-compose up -d

This may take some time. After everything has been started you can access the Rhasspy’s interface at pi's-ip:12101. Node-RED can be accessed at pi's-ip:1880.

ZigBee devices can be connected using the web interface available pi's-ip:1337.