-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrew Afonso edited this page Sep 9, 2019
·
10 revisions
The engine is still a work in progress, but what is posted functions once you add a few things on your end.
A webserver (Apache) that supports PHP and SQL.
A SQL DB matching the structure posted in SQLdbStructure.
- A config.ini file that you will need to fill out with appropriate SQL account information. This is the format(vars) that the posted code looks for.
[read only]
rdserver = localhost
rdusername =
rdpassword =
rddbname = DBNAME
[writing]
wrserver = localhost
wrusername =
wrpassword =
wrdbname = DBNAME
- Run a search for "PATH" over all files. You will need to update those.
That should be it, it's not very pretty right now on the backend, but it's functional.