https://github.com/i-e-b/homelessshelter
Some scripts for building Mono environments through Vagant (for Windows & Debian)
https://github.com/i-e-b/homelessshelter
Last synced: about 2 months ago
JSON representation
Some scripts for building Mono environments through Vagant (for Windows & Debian)
- Host: GitHub
- URL: https://github.com/i-e-b/homelessshelter
- Owner: i-e-b
- Created: 2012-05-24T10:08:39.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-26T10:50:43.000Z (almost 14 years ago)
- Last Synced: 2025-01-27T12:11:22.975Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 855 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HomelessShelter
===============
Some scripts for building Mono build and deploy environments through Vagant (for Windows and Debian)
Windows install scripts are long and complex-- some NuGet magic might help?
Network Setup
-------------
The vagrantfile supplied uses Bridged networking
If you have problems with Bridged mode and DHCP ip addresses, it may be that the gateway is not correctly set.
To fix this:
``sudo route add -host [your gateway] eth1
sudo route add -net 0.0.0.0 netmask 0.0.0.0 gw [your gateway] dev eth1``
Work arounds for Vagrant box bugs:
-----------------------------------
If your box won't start, find the .vbox file (usually c:\Users\...\VirtualBox VMs\... under windows)
Change:
<CPU count="2" hotplug="false">
to:
<CPU count="1" hotplug="false">
And change:
<HardwareVirtEx enabled="true" exclusive="false"/>
to:
<HardwareVirtEx enabled="false" exclusive="false"/>
Generally, Guest-in-Guest isn't working well
Software that gets installed:
-----------------------------
On host, by install scripts:
* VirtualBox
* Ruby
* Ruby DevKit
* Vagrant gem
* Bundler gem
On Vagrant boxes, by Chef:
* Mono
* java (currently disabled)
* nginx
* rabbitmq (currently disabled)
* ohai
* git
* open-ssh