Skip to content

TheNephalim/Atlanta

 
 

Repository files navigation

Atlanta
=======

A project to demonstrate building an enterprise application.

Prerequisites:
    .Net Framework 3.5
    IIS

To build:

1.  Open CommandPrompt.bat and type 'nant'

That's it!

(Note: on Vista use "Run as administrator")

Access the application using:

http://localhost/atlanta            (the example application)
http://localhost/atlanta/design     (the design documentation)


To use the Visual Studio solution you require a minimum of Visual Web Developer Express 2008, and
Silverlight extensions installed.


Some example NAnt scenarios:

Command                                 Description
=======                                 ===========

nant                                    Perform a debug build (same as: nant debug build)
nant clean                              Clean the debug build (same as: nant debug clean)
nant release build                      Perform a release build
nant release clean                      Clean a release build
nant release build -D:notest=true       Perform a release build, but supress creation (and running) of tests
nant -D:ignore=Application              Ignore the project labelled 'Application' when it is reached
nant build exportResults clean          Build, export the results (for CCNet), and clean the build
nant exportNAntSchema                   Export the schema used for NAnt build files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 44.6%
  • HTML 31.1%
  • XSLT 17.4%
  • JavaScript 6.0%
  • CSS 0.6%
  • Roff 0.2%
  • Batchfile 0.1%