Skip to content

APSIMInitiative/APSIM.Registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages