From 6a4aeebdcd7e490ae161c7d370b9276d38078bfd Mon Sep 17 00:00:00 2001 From: Brian Flowers Date: Thu, 22 Sep 2016 02:19:32 -0400 Subject: [PATCH] Added basic README file --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..58745b7 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +bdsm-web +A Slightly Cyberpunk project +[git|www].slightlycyberpunk.com + +bdsm-web is a set of PHP scripts for displaying data from bdsm using HTML5 canvas charts. + +0) PREREQUISITES + +a) bdsm configured using the sqlite3 processor +b) a remotely modern web browser + +1) INSTALLATION INSTRUCTIONS + +Install the Apache web browser with php5, sqlite3, and the associated Apache plugins. + +2) CONFIGURATION + +Visit the index.php page in your browser and navigate to the configuration page. + +Each reading found in the database can be renamed and configured to display on +the graph or in the chart. If displaying on the graph, you can configure an alternative +range (minimum and maximum values) and time period (how many seconds to display). \ No newline at end of file -- 1.8.3.1