From 3cd8c9733da1a89c26bba5f24eb7b3094d97db03 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Thu, 15 Nov 2018 10:30:14 -0500 Subject: [PATCH] Added development section to README --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4581c0..7453dce 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,14 @@ You can easily run a lab environment with Vagrant. To see what is going on, this has deployed Traefik as an ingress controller to kubernetes. To get Traefik's port, run `kubectl get services -n kube-system` on the master. Then navigate to http://192.168.254.2:traefikport on your browser. -To destroy these machines, run `vagrant destroy -f`. \ No newline at end of file +To destroy these machines, run `vagrant destroy -f`. + +# Development +This project is tested with bash and Vagrant. + +### Requirements +1. Virtualbox +2. Vagrant + +### Running tests +`bash tests/vagrant-tests.sh` \ No newline at end of file