You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update AmpliPi layout, from /home/pi expectations to more standard linux layouts /etc/amplipi.conf , /var/web/amplipi, /usr/local/lib/amplipi, /usr/local/bin/amplipi,
Decouple stream scripts from /home/pi (all other python is relative)
Make amplipi able to be used and developed on using the simpler base directory structure (you should be able to run the debug webserver (with real streams if you want) from a git checkout)
Add /etc/amplpi.conf config file that is checked when a local config file is not found
Layout:
config/house.json -> /etc/amplipi.conf # includes hints for this directory layout (stop saving this all the time)
streams -> /usr/loca/bin/amplipi/streams # streaming scripts
amplipi -> /usr/local/lib/amplipi
web -> /var/web/amplipi
We still need to figure out where to put documentation, and source code
The text was updated successfully, but these errors were encountered:
Layout:
We still need to figure out where to put documentation, and source code
The text was updated successfully, but these errors were encountered: