A system for tracking various corporate records administered by the Clerks Department.
Under development. Expected to launch July 2021.
- Tracks corporate records like by-laws and agreements, but flexible enough to track much more.
- CSV export options.
- Xerox DocuShare integrations.
- Node 14 or better.
- Microsoft SQL Server 2005 or better (for data storage).
- Active Directory (for authentication).
- Install NodeJS 14 or better.
- Download the latest release, or clone the repository to a folder of your choice.
- Use the
sql/createTables.sql
script to create the database. - Run
npm install
to grab the dependencies. - Create a
data/config.js
file. Usedata/config-sample.js
as a guide. - Run
npm start
.
Windows service install scripts are available as well.