]> 91.132.146.200 Git - insipid.git/commitdiff
fixed install docs and updated default account data
authorBanana <mail@bananas-playground.net>
Sun, 12 Jun 2022 11:54:29 +0000 (13:54 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 12 Jun 2022 11:54:29 +0000 (13:54 +0200)
ChangeLog
VERSION
documentation/installation.txt
webroot/config.default.php

index 80e324040c4835813b3bfd5f2868ded0ad8c06ca..3dcc785913c2dae9effe82859639642bf836a11f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+version 2.8 - Wastelands ()
+
+       + Fixed documentation
+
 version 2.7 - Sacred Grove (2022-06-12)
 
        + Fixed bug #12. Missing translation key
diff --git a/VERSION b/VERSION
index a481f6795fe30595416118a449dee25cf55961e4..c97a553cf954afb53115cf6d46a6543b178ce17e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.7 - Sacred Grove
+2.8 - Wastelands
index eedc62054a657fbb07adb7fa8459497c77279a86..b93ccb157e25b25920ef2b3a40d91c6be500ab49 100644 (file)
@@ -18,13 +18,13 @@ Create your config file.
 Copy webroot/config.default.php to webroot/config.php
 
 Modify at least the following settings in this file:
-- define('DB_HOST','127.0.0.1'); <= The database server hostname you are using
-- define('DB_USERNAME','user'); <= The database username you are using
-- define('DB_PASSWORD','test'); <= The database password you are using
-- define('DB_NAME','insipid'); <= Database name on your database server
-- define('FRONTEND_USERNAME','luke'); <= The frontend username. Please change the default
-- define('FRONTEND_PASSWORD','father'); <= The frontend password. Please change the default
-- define('ABSOLUTE_PATH', '/path/to/insipid/on/your/webserver'); <= Absolute path where insipid is located in your webserver
+- const DB_HOST = '127.0.0.1; <= The database server hostname you are using
+- const DB_USERNAME = 'user' <= The database username you are using
+- const DB_PASSWORD = 'test; <= The database password you are using
+- const DB_NAME = 'insipid' <= Database name on your database server
+- const FRONTEND_USERNAME = 'han'; <= The frontend username. Please change the default
+- const FRONTEND_PASSWORD = 'solo'; <= The frontend password. Please change the default
+- const ABSOLUTE_PATH = '/path/to/insipid/on/your/webserver'; <= Absolute path where insipid is located in your webserver
 
 5. Prepare SQL file
 Copy and modify documentation/insipid-edit-me.sql and replace the placeholder.
index 43d307d9e9ffd4c1963de743773c6c4357aa9060..1c0cb0039dfc449263308f1078764457d0db8d05 100644 (file)
@@ -34,8 +34,8 @@ const DB_NAME = 'insipid'; # Database name on your database server
 const DB_PREFIX = 'insipid'; # a _ is added automatically as separation
 
 # user config
-const FRONTEND_USERNAME = 'luke';
-const FRONTEND_PASSWORD = 'father';
+const FRONTEND_USERNAME = 'han';
+const FRONTEND_PASSWORD = 'solo';
 
 # absolute path of webroot
 const ABSOLUTE_PATH = '/path/to/insipid/webroot';