Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.42 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.42 KB

Vagrant Mono Box

Run Mono in virtual box using Vagrant.

Getting Started

Dependencies

You have to install below software in order to run this code.

  1. Install Vagrant (1.7.2)
  2. Install VirtualBox (4.3.26)

version

  1. mono (3.12.0)
  2. libgdiplus (3.12)
  3. mod mono (3.12)
  4. xsp (2.10)

Unless if you want to change this version please go to mono source to get different version. Apply that version and extension to version.ymal file. I recommend to use current version.

How to start

See it in action

Run below command at mono-box/mono/ lavel $ vagrant up (It will take around 25 minute to start virtual machine)

Once above command run successfully, go to your browser and write 'http://localhost:7080'. You able to see default website that provided by xsp.

Website

  1. Publish asp.net mvc code locally
  2. Move publish folder to the mono folder at the root level
  3. Go to global.yaml file and change path to /vagrant_data/{your_folder_name}
  4. Run vagrant up
  5. Goto localhost:7080 to see browse the site

Who do I talk to?

  • Repo owner or admin