-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
54 lines (54 loc) · 2.14 KB
/
setup.html
File metadata and controls
54 lines (54 loc) · 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>FortyTwoTestInstructions</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="wrapper">
<br>
<br>
<img src="images/logo.png">
<br>
<h4><b>Thursday, May 19, 2016</b></h4>
<h1>
Set up environment and getbarista
</h1>
<input type="checkbox"> fork repo on github<br>
<input type="checkbox"> add webhook: set http://getbarista.com:4000 as Payload URL<br>
<input type="checkbox"> set application/x-www-form-urlencoded as content type <br>
<input type="checkbox"> add public project from github at getbarista<br>
<input type="checkbox"> set django settings module on project dashboard<br>
<input type="checkbox"> Add https://kavahq.com/api/barista/post_deploy/ to Post-deployment URLs on the getbarista project dashboard<br>
<input type="checkbox"> clone project locally<br>
<input type="checkbox"> install virtualenv<br>
<input type="checkbox"> install requirements<br>
<input type="checkbox"> make initial commit<br>
<h1>
Set up contacts
</h1>
<input type="checkbox"> set your user.email in git. man git-config for details<br>
<input type="checkbox"> set up your jabber<br>
<input type="checkbox"> enter your email on the trac`s Preferences<br>
<input type="checkbox"> add your ssh public key into https://kavahq.com/account/<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>