Skip to content

How you should use the FhirStarter.Inferno.Template

verzada edited this page Apr 11, 2017 · 2 revisions

The recommended procedure

  1. Download the FhirStarter project
  2. Copy the FhirStarter.Inferno.Template project into your solution folder.
  3. Change the name of the project in the csproj file as well as the directory ++
  4. Add the formerly named FhirStarter.Inferno.Template project into your solution.

As soon as you've added the project and see it compiles, then everything should be ready for you to develop on.

The optional procedure

  1. Create an empty project in Visual Studio
  2. Add the FhirStarter.Flare nuget package to the project.
  3. Now you have to setup the web.config and other options to make things work. This might take a while

Why the recommended procedure?

It's much faster to just copy the template project, since it has all the correct settings by default. It even has Log4Net added to the web.config, so it's a small thing to get going.