Skip to content

Configuration

Hugh Barnard edited this page Oct 24, 2022 · 27 revisions

Rhasspy Configuration

Rhasspy configuration folder needs to go into the user's .configuration folder. This copy/paste may not completely work, need to try.

Node-Red

mema-flow, there's just one in the folder, that needs to be imported into node-red when it's running.

Python Intent Server

This is in etc/mema.ini in the mema project folder. Also, unless you want to test (the normal state of things currently)
sudo mv intent_server.service /etc/systemd/system
sudo systemctl enable intent_server.service
followed by service start or reboot.

System Logging

System logging probably needs to be turned off on Raspberry Pi installs, otherwise ` /var/log/ ` will just fill up `systemctl disable rsyslog`

Of course, keep them running, if you need to look at installation/running problems

Clone this wiki locally