summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md37
1 files changed, 37 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..bf39afa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,37 @@
+themanaworld-website
+====================
+
+The website is a extention for mediawiki.
+
+Add to LocalSettings.php:
+require_once("$IP/extensions/tmwa/tmwa.php");
+
+Configuration Variables / Settings:
+
+Account registrations come from:
+$wgTMWAccountEmail = "validemail@domain.com";
+
+Set News Site path:
+$wgTMWNews = "$IP/news.html";
+
+To use Wiki's DB Backend:
+$wgTMWAccountLib = 'dbLadmin';
+
+To use php Ladmin connection:
+$wgTMWAccountLib = 'phpLadmin';
+$wgLadminHost = '127.0.0.1';
+$wgLadminPort = '6901';
+
+Create a new php.ini entry:
+[tmwa]
+tmwa.cfg.LADMIN_PASS = "admin";
+
+(A restart of webserver or php-fpm is needed)
+
+To use TMW as Auth services for Wiki
+$wgAuth = new TMWAuth();
+
+Depends:
+* ConfirmEdit
+* ConfirmAccount
+* CaptchaEnabled