Guides/Mac-Install.md
... ...
@@ -1,5 +1,13 @@
1 1
# Installing Izenda on Mac OS X
2 2
3
+[[_TOC_]]
4
+
5
+##About
6
+
7
+This tutorial is designed to show a new developer how to load the Izenda Reference Implementation (RI) in a Mac environment and how to launch it in a web server
8
+
9
+##Instructions
10
+
3 11
1. Izenda is implemented in Microsoft .NET. Mono is an open source implementation of Microsoft's .NET Framework. To run Izenda on a Mac, you will first need to download and install [Mono for Mac](http://download.mono-project.com/archive/2.10.11/macos-10-x86//MonoFramework-MRE-2.10.11.macos10.xamarin.x86.dmg).
4 12
1. Download [Izenda](http://archives.izenda.us/ri/webforms-cs.zip) and extract the files.
5 13
1. Open the webforms-cs directory which was extracted in the previous step. Within the webforms-cs directory you will find a file called Global.asax. Open Global.asax in the text editor of your choice.