Difference between revisions of "DPS909 & OSD600 Winter 2017 - Lab 9"

From CDOT Wiki
Jump to: navigation, search
(Created page with "=Open Source Tooling and Automation Part 3: Deploy to Heroku= In this lab you will extend your previous lab's code to include cloud PaaS deployment. Being able to run your co...")
 
m (Open Source Tooling and Automation Part 3: Deploy to Heroku)
Line 21: Line 21:
 
|-
 
|-
 
| 1
 
| 1
|
+
| Simon de Almeida
|
+
| https://whispering-caverns-11721.herokuapp.com/healthcheck
|
+
| TBA
 
|-
 
|-
 
| 2
 
| 2

Revision as of 00:18, 31 March 2017

Open Source Tooling and Automation Part 3: Deploy to Heroku

In this lab you will extend your previous lab's code to include cloud PaaS deployment. Being able to run your code on cloud infrastructure, whether for testing, prototyping, collaboration, etc. is critical. It's also free, and easy!

Please following the instructions in the README-part3.md doc at https://github.com/humphd/Seneca2017LearningLab.

When you are done, write a blog post about the experience, including:

  • what you did
  • what you learned
  • things you found interesting or difficult.

Make sure you include links to things you discuss in your blog.

After you've done deploying to Heroku, add your name, the healthcheck url on Heroku for your app, and your blog post:

# Name Heroku App healthcheck route (URL) Blog Post (URL)
1 Simon de Almeida https://whispering-caverns-11721.herokuapp.com/healthcheck TBA
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