Ravi Srinivasan
2019-03-25 1ad1869d33452767e7560f5f9e76683b6e1aefd9
commit | author | age
171773 1 # Exercise Title
D 2
a9efee 3 > Short description of the exercise and its outcomes
703052 4 _____
171773 5
D 6 ## Learning Outcomes
7 As a learner you will be able to
8 - Do thing 1
9 - Do thing 2
10 - Do thing 3
11
12 ## Tools and Frameworks
13 > Name of tool - short description and link to docs or website
14
15 1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
16 1. [Ansible]() - blah blah ...
17
703052 18 ## Big Picture
D 19 This exercise begins cluster containing blah blah
20
21 _____
22
171773 23 ## 10,000 Ft View
D 24 > This should contain the goal of the exercise; with enough information that advanced learners could use this to build the exercise without much guidance. The information here
703052 25
D 26 2. Highlevel instruction 1
27
28 2. Highlevel instruction with ref to `file-a` to keep learners in supportable mode
171773 29
D 30 ## Step by Step Instructions
31 > This is a fairly structured guide with references to exact filenames and sections of text to be added. Include pictures and code snippets where appropriate. Rule of thumb is learners are dumb.... so over describe _why_ we're doing things
32
33 ### Part 1 - do some things
703052 34 > _prefix of exercise and why we're doing it_
D 35
171773 36 2. Do thing using tool X.
D 37 2. Insert blah into `file1.txt`
38 ```
39 export SOME_THING=biscuits
40 ```
41 2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
42
43 ### Part 2 - do some other things
703052 44 > _prefix of exercise and why we're doing it_
D 45
171773 46 3. Do other things
D 47
703052 48 _____
D 49
171773 50 ## Extension Tasks
703052 51 > _Ideas for go-getters. Advanced topic for doers to get on with if they finish early. These will usually not have a solution and are provided for additional scope._
171773 52
D 53  - Add Auth to your application
6bb9f9 54  - Do some other stuff
D 55
56 ## Additional Reading
0f4d08 57 > List of links or other reading that might be of use / reference for the exercise
D 58
59 ## Slide links
a9efee 60 > link back to the deck for the supporting material