3) Database Setup
This section explains the configuration and installation of database including the initial schema and seed data.
Setup
Please make sure that fulltext services are installed (see System Requirements).
The following steps need to be performed to setup the eRecruiter database.
Database
Database should be named
eRecruiterData file should have an initial size of 500 MB, auto-grow by 100 MB without limit.
Transaction log should have an initial size of 100 MB, auto-grow by 10% with 10 GB limit.
Database User
When using Windows authentication (connection through integrated security) the user should be selected from the operating system.
When using SQL Server authentication the user should be named
erecruiterwith a strong password that does not expire.The default language should be set to
German.The default database should be set to the database created in step 1.
User Mapping
Grant access to the database from step 1 with db_owner permissions.
Schema
After the database has been created and the user has been setup, execute the schema creation script provided in the installation support package.
Seed
After the database schema has been created, execute the database seed script provided in the installation support package.