A simple website built using a full suite of open source technologies
#Setup:
- Download vagrant and virtualbox
- Clone this repo
- From the root of this repo, create and provision the virtual machine
vagrant up
- The website will be available from a browser on the host computer at
http://127.0.0.1:8080/
##Notable tools:
- Puppet - provision applications and configurations
- Django - Python application framwork
- Jenkins - Continuous integration server
##Other contributing tools:
- Vagrant - create virtualbox servers
- Gunicorn - WSGI application server
- Nginx - HTTP server
- Supervisor - process monitoring
- JQuery - Javascript library
- Librarian-puppet - puppet module manager