From 548b5b94974260ded9e47fbfc115d974ccf282b6 Mon Sep 17 00:00:00 2001 From: Romans Malinovskis Date: Tue, 19 Jul 2016 11:27:46 +0100 Subject: [PATCH] Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ded02e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ + +This repository illustrates the usage of Agile Data. + +## Installation + +1. Clone this repository +2. Import docs/primer.sql into a new MySQL database +3. cp config-example.php config.php +4. Use your editor to edit config.php, specify the new database that you have created. + + +## Usage + +``` +php console.php +```