Some further documentation about sqlite and so on.

This commit is contained in:
Kim Huebel 2017-09-22 13:07:50 +00:00
parent 1fd308694c
commit 45a53b5cee
2 changed files with 9 additions and 0 deletions

View file

@ -56,6 +56,9 @@ Cronjob for updating DMR IDs
============================
You can use the included script to update the DMR IDs periodically. Copy the files updateDMRIDs to /etc/cron.d/ and updateDMRIDs.sh to /var/www from the cron folder in this repo. The paths may have to be aligned to your system architecture. The Update script will then be executed once every 24 hours at 3:30. For security considerations please make sure that the cron folder is not copied to your web server's www root directory.
If you are using the sqlite3-database, in the database-folder you can find a update-script that updates the database from MARC-database.
Contact
=======
Feel free to contact the author via email: dg9vh[@]darc.de

View file

@ -34,6 +34,12 @@ This short howto describes step-by-step how to install the MMDVMHost-Dashboard o
>sudo apt-get install php5-common php5-cgi php5
if you want to use the sqlite3-database based resolving of the operator-names you need following, too:
>sudo apt-get install sqlite3 php5-sqlite
Now continue with:
>sudo lighty-enable-mod fastcgi
>sudo lighty-enable-mod fastcgi-php