OpenDataDevOps / minus

Minus github-pages branch. Minus helps Open Data teams and projects go from zero to hero faster by automating away configuration pain.
opendatadevops.org
11 stars 6 forks source link

minus

About

Minus is OpenDataDevOps's first virtual machine (aka "vm") targeted to Open Data developers, researchers, and Government data publishers.

Our immediate goal is creating a proof-of-concept "vagrant base box" demonstrating how a ready-to-run "guest" virtual computer can be easily downloaded onto a "host" laptop and be auto-configured with useful software and data.

Our long term goal is to help open data teams and projects go from zero to hero as fast as possible with a range of ready-to-run OpenData DevOps (aka "ODDO") vagrant boxes.

Minus started as an Open Data Day event on February 23, 2013 hosted at The World Bank.

Dependencies

  1. A computer onto which you can install software. (Tested on Mac, and Linux).
  2. Download & Install VirtualBox
  3. Download & Install Vagrant
  4. Add Vagrant Base Box (in terminal) vagrant box add centos-6.3-x84_64-minimal https://dl.dropbox.com/u/7225008/Vagrant/CentOS-6.3-x86_64-minimal.box

Install

  1. Clone out minus project git clone git@github.com:OpenDataDevOps/minus.git
  2. Go into minus directory and boot up the vm (in terminal) cd minus && vagrant up
  3. Be patient while vagrant configures your minus vm. This can take 5 to 10 minutes or longer...
  4. If Apache configuration reports error on initial vagrant up, run vagrant reload to correct problem.
  5. Get into the virtual machine (vm) via ssh vagrant ssh

Use

  1. vagrant up from the directory with this repository starts your vm and adds the correct configuration.
  2. http://localhost:8080 in your host computer browser brings up the Apache-served pages from your minus guest vm.
  3. http://localhost:8111 in your host computer browser brings up the Tomcat-served pages from your minus guest vm.

What's Installed

Other Commands