From 8669c0c5e30c4d0cbb4922060cb466cd209c0542 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sat, 11 Apr 2015 22:25:52 -0400 Subject: [PATCH] Update ch06 readme --- ch06/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ch06/README.md b/ch06/README.md index f90a0dd..cf76d14 100644 --- a/ch06/README.md +++ b/ch06/README.md @@ -1,10 +1,25 @@ +# Ansible playbooks for deploying a Mezzanine application + +The code for this chapter shows how to use Ansible to deploy a +[Mezzanine][1] site into a Vagrant box. + +## Before running the playbook + Don't forget to do the following: cd playbooks cp secrets.yml.example secrets.yml +## Running the playbook + Then you can deploy Mezzanine by doing: vagrant up ansible-playbook mezzanine.yml + +Then point your browser to: or +. You'll get a security warning if you use the +https site since it's a self-signed certificate, this is normal. + +[1]: http://mezzanine.jupo.org -- 2.44.0