Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 540 Bytes

File metadata and controls

19 lines (15 loc) · 540 Bytes

openCad

Open source Computer Aided Dispatch System for GTAV RolePlay Communities. This system is built off PHP

Install Notes

  1. Move the HIDE directory to somewhere outside of www access
  2. Create a properties directory under the root/openCad directory
  3. Create a config.ini file

Contents of file should be (change the connection_file_location to the correct spot):

[main]

connection_file_location = "/HIDE/connections.php"

[strings]

community = "COMMUNITY"

  1. Modify connections.php with correct MySQL Connection values.