Menu

Home

Brian Kwak

Getting Started

1. Configuration Change

In the Athena.WebUI web.config file, the database connection string is assigned to SQL Server express local version. If you want to other version of SQL Server, you should change the connection string. You should also change "CHANGE_PASSWORD_USE_YN" value to Y to allow user to change their password.

2. Database Setup

Once you download the source code, you can see database creation script in Athena.Infrastructure.Database folder. In step 1, you already decided which database will be used. First, create database, and then run this script. This script creates all entities for this project. This project also needs stored procedure and Full-Text catalog, so please run "Insert Init Data and Create SP.sql" script. Initial admin username and password is admin/p@ssword!02

Project Members: