Compare commits
	
		
			2 Commits
		
	
	
		
			c63ddd8e3e
			...
			cf1a33d8dc
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| cf1a33d8dc | |||
| ed81398360 | 
| 
						 | 
					@ -8,3 +8,7 @@ A PHP and PERL based "jukebox style" home audio system for Linux.
 | 
				
			||||||
* The [getID3](https://github.com/JamesHeinrich/getID3) project needs to be added somewhere in a folder included by PHP.
 | 
					* The [getID3](https://github.com/JamesHeinrich/getID3) project needs to be added somewhere in a folder included by PHP.
 | 
				
			||||||
* 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:
 | 
				
			||||||
 | 
					...`su web -c "/var/www/html/m/scripts/homeaudio_music.pl &" 1>/dev/null 2>&1`
 | 
				
			||||||
 | 
					* The daily script to do upkeep and maintenance should be set to run every day (typically from /etc/cron.daily/, can be a soft link).
 | 
				
			||||||
 | 
					...`cd /etc/cron.daily && ln -s /var/www/html/m/scripts/homeaudio_updateall.sh`
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,6 +2,6 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SCRIPTPATH=/var/www/htdocs/m/scripts/
 | 
					SCRIPTPATH=/var/www/htdocs/m/scripts/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
${SCRIPTPATH}homeaudio_auditqueues.pl
 | 
					 | 
				
			||||||
${SCRIPTPATH}homeaudio_makealpha.pl
 | 
					 | 
				
			||||||
php ${SCRIPTPATH}homeaudio_parsesongs.php
 | 
					php ${SCRIPTPATH}homeaudio_parsesongs.php
 | 
				
			||||||
 | 
					${SCRIPTPATH}homeaudio_makealpha.pl
 | 
				
			||||||
 | 
					${SCRIPTPATH}homeaudio_auditqueues.pl
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user