Skip to content
Andrew Afonso edited this page Sep 9, 2019 · 10 revisions

Welcome to the NSICCompetitionEngine wiki!

The engine is still a work in progress, but what is posted functions once you add a few things on your end.

Things you will need installed:

A webserver (Apache) that supports PHP and SQL.
A SQL DB matching the structure posted in SQLdbStructure.

Files to configure

  • 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.

Clone this wiki locally