arrow-left arrow-right brightness-2 chevron-left chevron-right circle-half-full dots-horizontal facebook-box facebook loader magnify menu-down RSS star Twitter twitter GitHub white-balance-sunny window-close
Magellan Installer
2 min read

Magellan Installer

This is an old post and doesn't necessarily reflect my current thinking on a topic, and some links or images may not work. The text is preserved here for posterity.

Back to: Magellan Home

Magellan now comes with a Visual Studio Project Template that you can use to get started with quickly. You will need Visual Studio 2008.

Magellan-Setup.msi

Setup

Magellan Installer

The installer will guide you through the installation process. During installation it will also register the Visual Studio project templates. If Visual Studio is already running, your will be prompted to close it at this time.

Once the installer finishes, your installation directory will contain the Magellan assemblies (in the Public directory), plus supporting files for the project template:

Explorer

Creating Projects

In Visual Studio under the Windows node, you will now have the ability to create a Magellan project:

New Project

Before the project is created, you will get a chance to decide whether to create unit tests, and how to handle the Magellan references. Magellan is not installed into the GAC. You can either reference the assemblies directly from the installation directory, which will mean other developers also need to install the MSI, or you can have the project wizard copy the assemblies locally (the default option):

New Project Prompt

When the project wizard has finished, you will have a new Magellan project - it should compile and run first try and the generated test should pass.

The Solution Explorer

You can also set up the same project manually without using the MSI. See the manual quickstart page for more information.

Back to: Magellan Home

Paul Stovell's Blog

Hello, I'm Paul Stovell

I'm a Brisbane-based software developer, and founder of Octopus Deploy, a DevOps automation software company. This is my personal blog where I write about my journey with Octopus and software development.

I write new blog posts about once a month. Subscribe and I'll send you an email when I publish something new.

Subscribe

Comments