Skip to content

ric394/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

Apsim registration website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.1%
  • C# 4.7%
  • Other 0.2%