From 19f70fcd8c26c4a6279addcf8c29fba8f21e13da Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Fri, 2 Nov 2007 19:59:41 +0100 Subject: [PATCH] BUGFIX: added a config.php template to the repository and updated the INSTALL files --- INSTALL | 25 +++++++++++++++---------- config.php_template | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 47 insertions(+), 10 deletions(-) create mode 100644 config.php_template diff --git a/INSTALL b/INSTALL index bed28d5..a30d26c 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,17 @@ + Installation ------------ -0) get files +-1) What you need + all you need is PHP and MYSQL + +0) Get files - get all files from + get all files from http://nubati.net/git/e-DoKo -1) create database +1) Create database create a mysql database using the provided file @@ -15,16 +19,18 @@ Installation use user, password, database and host option of mysql as needed -2) create a config.php file that defines the following variables: +2) Configure + + Copy config.php_template to config.php and edit it. These variables need to be set: $host: for example "http://localhost/index.php", note: include the index.php here database info: - $DB_host - $DB_user - $DB_password - $DB_database + $DB_host + $DB_user + $DB_password + $DB_database working on the database: in case you need to work on the database for some reason, you can suspend the game @@ -46,7 +52,6 @@ Installation return; } - -3) log in and enjoy ;) +3) Log in and enjoy ;) Arun diff --git a/config.php_template b/config.php_template new file mode 100644 index 0000000..fb84a51 --- /dev/null +++ b/config.php_template @@ -0,0 +1,32 @@ + \ No newline at end of file -- 2.17.1