Create Database
A new database can be created as follows:
Automated with SQL Server or PostgreSQL: ADOIT databases can be created automatically via the Windows Command Prompt.
Manually with SQL Server: ADOIT databases can be created manually using SQL Server Management Studio.
Manually with PostgreSQL: ADOIT databases can be created manually using pgadmin.
Detailed Instructions
For detailed instructions on how to create a database with SQL Server, refer to the database manuals in the installation package in the folder "01 Installation Manual".
For detailed instructions on how to create a database with PostgreSQL, refer to Creating a PostgreSQL Database.