From 0cea580f4226b073070e1d1ed4e4d554fca852ff Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 13 Apr 2017 13:01:41 -0400 Subject: [PATCH] flesh out readme for sharing Signed-off-by: Bill Erickson --- README.adoc | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 46f6af2b1..1f91059ec 100644 --- a/README.adoc +++ b/README.adoc @@ -1,21 +1,33 @@ = Evergreen / OpenSRF Ansible Installer +:author: Bill Erickson, King County Library System +:email: berickxx@gmail.com == Quick How-To +1. Install Ubuntu 16.04 +2. Clone and run the Ansible playbook + [source,sh] --------------------------------------------------------------------------- +sudo apt-get install git ansible +git clone --branch collab/berick/ansible-installer-ubuntu-16.04 \ + git://git.evergreen-ils.org/working/random.git +cd random sudo ansible-playbook playbook.yml -e "hosts=127.0.0.1" --------------------------------------------------------------------------- +3. In Chrome/FF navigate to https:///eg/staff/ and click + through the SSL warning to access the staff client. + == File Structure === playbook.yml -Main playbook. Run this. +Main playbook. It organizes the tasks. === settings.yml -Installation settings. This should be the only file that needs changing. +Installation settings. Modify as needed. === */main.yml @@ -24,4 +36,3 @@ Entry point for each collection of sub-tasks. === extras Optional packages not strictly required for OpenSRF and Evergreen. - -- 2.11.0