This repository manages Kandans's development virtual server. This project will provide an environment to easily stand up a developer instance for DEV and QA purposes. This project is currently used for testing the Kandan Application.
You must have (at minimum) the following software installed:
- Ruby 1.9.3+ (or use RVM)
- Vagrant
- VirtualBox
As an alternative to VirtualBox you can also use either (depending on your operating system):
VMware is a drop-in replacement for VirtualBox, meaning that every VirtualBox feature that Vagrant supports is fully functional in VMware as well.
VMware support is currently compatible only with Fusion 5/6 or Workstation 9. Fusion and Workstation must be purchased and installed separately prior to using.
Once the repositories have been downloaded run vagrant up
from within this directory. This will build the virtual server and provision it. You can change some settings such as the IP address of the server and the server's name in the VagrantFile.
After the server has been built it is a good idea to update the packages. Log in to the server over SSH. The username and password are both "vagrant".
You should now have a working Virtual Server.
The default server hostname is kandan.dev
and the default IP is 10.15.15.10
.