Hello all,

There seems to be much activity in the codebase over the last two weeks. We are still in the process of trying to create and populate the database. The last set of steps we have are from Scott Golightly on April 6:

> Here are the steps that I used to create the database
> on my Windows Server 2008 VPC.
> 1. Open SetupActions.sln in Visual Studio 2008. On my machine it is located
> in c:\StockTraderDemo\setup_utilities\SetupActions
> 2. Open the App.config file in the SetupActions project
>     a. Change the dbServer value. From the thread below it sounds like
> yours should be set to .\SQLExpress
>     b. Change the dbPassword value. This would be the value that you
> assigned to the sa account when you installed SQLExpress.
> 3. Compile the solution. Build -> Build Solution menu.
> 4. After the compilation you will have a bin\debug directory with the exe
> file. Open a command prompt as an administrator and navigate to
> c:\StockTraderDemo\setup_utilities\SetupActions\bin\debug and run
> SetupActions.exe.

Could someone let us know:

- if these steps are still accurate
- what tree and path in the codebase should be used
- if any patches still need to be applied
- versions of software needed
- other documentation that should be consulted
- anything else?

Thank you,
Harold

Reply via email to