'README.md' ändern

master
Kubwa Kiume 2020-11-28 09:49:26 +01:00
parent 54e6bdfb0e
commit 95bd9c204c
1 changed files with 11 additions and 1 deletions

View File

@ -10,8 +10,15 @@ This version is creating a complete and nice looking image which will be shown o
* PHP 5.6 (i have not tested it under PHP 7.0 or PHP 8.0
* MySql
* Windows (prefered, i haven't tested it under Linux because i'am Windows user)
* A running and configured OpenSim region
If you have trouble setting up the server side, please contact Kubwa, he may or may not help him: ![https://mumble.kubwa.de/](https://mumble.kubwa.de/signature.php) or via mail: visitorboard @ kubwa . de
If you have trouble setting up the server side, please contact Kubwa, he may or may not help you:
![https://mumble.kubwa.de/](https://mumble.kubwa.de/signature.php)
or via mail:
visitorboard @ kubwa . de
-----
* The required MySql database structure can be found in the file **Database.sql**. It also includes some basic datasets that might be required for language detection.
@ -22,6 +29,9 @@ For example: `load iar Firstname Lastname / YourPassword Boards.iar`
* To start, you have to edit the file **Config.php** and insert the MySql user and password.
-----
Setting up the board inworld requires you to edit one line in the scripts. Rez the boards and find the script **.Kubwa.Display.Base.Blackboard** in its contents. Open it and find the line `string BaseURI = "http://api.kubwa.de/ProfileBoard";` (usally line 18). Now change this URI to your servers address and path you put the code in.
Thats all i think.