This repository contains some deployments and scripts to quickly build a LAB environment showing how to expose CouchDB and MongoDB over HTTP.
- Clone this repository on the host with ansible available
- Update
setup/ansible/inventoryfile with proper server IPs - Go to
setupdirectory - Run
setup-lab.shscript from ansible host - Run
deploy-lab.shscript from nginx host andnginx-nosql-poc/setupdirectory - Run
start-demo.sh upfrom nginx host andnginx-nosql-poc/setupdirectory to start a demo - Run
start-demo.sh downfrom nginx host andnginx-nosql-poc/setupdirectory to stop a demo
MIT