Home
Name Modified Size InfoDownloads / Week
AndroidClient 2012-12-03
readme.txt 2014-11-15 2.2 kB
pds_v0.11.0_beta.zip 2014-11-15 5.2 MB
pds_v0.10.0_pre_alpha.zip 2014-08-19 5.0 MB
xampp-portable-lite_win_PDS-v0.06.zip 2012-12-16 90.2 MB
android_client_apk_v0.02.zip 2012-12-16 182.3 kB
Totals: 6 Items   100.6 MB 0
Sorry, there is not yet a setup routine.

Requirements
------------
PHP >= 5.2 
MySQL 5
Apache2
A modern Browser 

NEW Install
--------

Import supplydb.sql file to MySQL

Copy the www folder to your Webservert htdocs folder.

Rename it if you wish.

-- Set your DB User and db name informations in www/config/config.php
-- Check config table. In special the target of backups if using.
-- backup folder has to be writeable by the cron user
-- Make templates_c folder writeable by webserver

Optional
-- Create a cronjob that makes backup 
---- Example for crontab: 0 23 * * *  /usr/bin/php  /var/www/supplydb/make_db_dump.php

-- Create a cronjob to get notifications about expiring articles
---- Example for crontab: 0 23 * * *   /usr/bin/php /var/www/supplydb/services/bbd_expire_informer.php > /dev/null 2>&1
---- Config notify_emails_receiver and notify_emails_sender in table config of supplydb DB

Use
----
Point your Browser to the URL of your installation.

See help/help.html

Questions?
https://sourceforge.net/p/preparednessdbs/discussion/

OR

cyber_mc@gmx.de


UPDATE
---------
From 0.10 -> 0.11
DATABASE
1. call update/update_010_to_011.php from your Browser

htdocs
1. Keep your config
2. Simply remove old files and copy the new one in the old folder.

----------------------
From 0.9 -> 0.10
DATABASE
1. call update/update_05_to_010.php from your Browser

htdocs
1. Keep your config
2. Simply remove old files and copy the new one in the old folder.

----------------------

From v 0.05 -> 0.06 -> 0.7 -> 0.8 -> 0.9
DATABASE
No changes here

htdocs
1. Keep your config
2. Simply remove old files and copy the new one in the old folder.

---------
From v 0.04 -> 0.05
DATABASE
1. call update/update_04_to_05.php from your Browser

htdocs
1. Keep your config
2. Simply remove old files and copy the new one in the old folder.
---------------
From v 0.02 -> 0.03
DATABASE
1. Export your article table. ONLY the Data
2. Remove the old article table
3. import the new article table withe article.sql
4. import your sql dump from article table

htdocs
1. Keep your config
2. Simply remove old files and copy the new one in the old folder.

Source: readme.txt, updated 2014-11-15