donal
2018-04-04 0f4d08fb426b6035914054bbad1b5a54973e99c5
commit | author | age
171773 1 # Exercise Title
D 2
3 > Short description of the exercise and it's outcomes
4
5 ## Learning Outcomes
6 As a learner you will be able to
7 - Do thing 1
8 - Do thing 2
9 - Do thing 3
10
11 ## Tools and Frameworks
12 > Name of tool - short description and link to docs or website
13
14 1. [Jenkins](https://jenkins.io/) - OpenSource build automation server; highly customisable through plugins
15 1. [Ansible]() - blah blah ...
16
17 ## 10,000 Ft View
18 > 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
19
20 ## Step by Step Instructions
21 > 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
22
23 ### Part 1 - do some things
24 2. Do thing using tool X.
25 2. Insert blah into `file1.txt`
26 ```
27 export SOME_THING=biscuits
28 ```
29 2. Open console and navigate to `New Item` and click it ![new-item](./images/new-item.png)
30
31 ### Part 2 - do some other things
32 3. Do other things
33
34 ## Extension Tasks
35 > 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.
36
37  - Add Auth to your application
6bb9f9 38  - Do some other stuff
D 39
40 ## Additional Reading
0f4d08 41 > List of links or other reading that might be of use / reference for the exercise
D 42
43 ## Slide links
44 > link back to the deck for the supporting material