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.
  2. Download Izenda and extract the files.
  3. 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.
  4. Change INSERT_LICENSE_KEY_HERE to your trial key
  5. Change INSERT_CONNECTION_STRING_HERE to Server=66.29.211.132,41433;Database=northwind;User ID=northwind;Password=traders;
  6. Change AdHocSettings.GenerateThumbnails from true to false
  7. Save your changes and close the text editor
  8. Open a terminal window and change directory to the location you extracted webforms-cs to
  9. At the root of the webforms-cs directory, run xsp2
  10. Within your web browser, go to http://localhost:8080