*** "Radio-ony" Pentode Webradio Installation ***
** Manual Setup Guide **

You need to give access to the Station-Database and the Logo-Files of the main installation.


## Radio Configuration File (pentode-config.txt.php): 
<?php /*
pentode system configuration
------------------------------
plain-text, line-number is key
starts with line 7
------------------------------
localhost
<-- db-name
<-- user-name
<-- password
true
true
editor.php
hello world
*/ ?>


## Radio Configuration Values
line 7: database server url, typically 'localhost' or any hostname or IP-address
line 8: database name
line 9: database username
line 10: database password
line 11: enable (true) or disable (false) the radio
line 12: show a link (true or false), for example to the database-editor
line 13: the url for the link
line 14: a statement to show in the REST-APIs 'info'-command


## Station-Logo Folder
Copy or sync the Station-Logos into the 'stationLogos'-Folder.


// December 20, 2020, Andreas Bahr //

