##About
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
##Instructions
- 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.
- Download Izenda and extract the files.
- 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.
- Change INSERT_LICENSE_KEY_HERE to your trial key
- Change INSERT_CONNECTION_STRING_HERE to your connection string
- Change AdHocSettings.GenerateThumbnails from true to false
- Save your changes and close the text editor
- Open a terminal window and change directory to the location you extracted webforms-cs
- At the root of the webforms-cs directory, run xsp2
- Open http://localhost:8080 in your web browser
