Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 508 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 508 Bytes

APSIM.Registration

The apsim registration website and REST api

Initialisation

  • The database needs to be created in advance:
CREATE DATABASE APSIM_Registrations;
  • The user specified in the connection string needs all privileges on the database specified in the connection string:
GRANT ALL PRIVILEGES ON APSIM_Registrations.* TO 'rego'@'localhost';

Updating the website

See the instructions here.