From b345119674097f6fd86645ccd0f827eb3f3224a5 Mon Sep 17 00:00:00 2001 From: Amadeous Date: Sun, 9 Apr 2017 13:05:29 +0200 Subject: [PATCH] Add database install instructions to README --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 07d5903..8af8c4d 100755 --- a/README.md +++ b/README.md @@ -27,10 +27,13 @@ Together with a dedicated [μlogger mobile client](https://github.com/bfabiszews ## Install 1. Download the zip or clone the repository on your computer 2. Move it to your web server directory -3. Go to http://your_local_server/ulogger-server/ -4. Connect with username admin and password admin -5. Change admin password (not available for now) -6. Create other user if needed +3. Import the script/ulogger.sql file into a mysql database (you can use a msql interface such as [PhpMyAdmin](https://www.phpmyadmin.net).) +4. Create a copy of config.default.php and rename it config.php. Add database credentials in it. +5. Make sure your web server is running (Apache, Php and Mysql) +6. Go to http://your_local_server/ulogger-server/) +7. Connect with admin/admin +8. Change admin password (not available for now) +9. Create other user if needed ## Todo - install script