Change installation instructions for third party libraries

This commit is contained in:
Junior 2024-05-29 10:37:53 -04:00
parent 6bf8eda722
commit 0f4cdd1b35

View File

@ -5,7 +5,7 @@ A PHP and PERL based "jukebox style" home audio system for Linux.
## Installation ## Installation
* The **homeaudio.ini** file from the **/scripts/** folder needs to be edited and saved in **/etc/**. Make sure it is ONLY readable by the web server user. * The **homeaudio.ini** file from the **/scripts/** folder needs to be edited and saved in **/etc/**. Make sure it is ONLY readable by the web server user.
* The [getID3](https://github.com/JamesHeinrich/getID3) project needs to be added somewhere in a folder included by PHP. * The project uses composer to install third party libraries. From the root folder execute: `composer update`
* The **tables.sql** file needs to be imported into the database referenced in the **homeaudio.ini** file. * The **tables.sql** file needs to be imported into the database referenced in the **homeaudio.ini** file.
* The **art/** folder needs to be writable by the web server user. * The **art/** folder needs to be writable by the web server user.
* The main script for the home audio system should be set to execute at boot time: * The main script for the home audio system should be set to execute at boot time: