Run Mono in virtual box using Vagrant.
You have to install below software in order to run this code.
- Install Vagrant (1.7.2)
- Install VirtualBox (4.3.26)
- mono (3.12.0)
- libgdiplus (3.12)
- mod mono (3.12)
- 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.
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.
- Publish asp.net mvc code locally
- Move publish folder to the
mono
folder at the root level - Go to
global.yaml
file and change path to/vagrant_data/{your_folder_name}
- Run
vagrant up
- Goto
localhost:7080
to see browse the site
- Repo owner or admin