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

From CDOT Wiki
Jump to: navigation, search
(Open Source Tooling and Automation Part 3: Deploy to Heroku)
(Open Source Tooling and Automation Part 3: Deploy to Heroku)
Line 63: Line 63:
 
| Dang Khue Tran
 
| Dang Khue Tran
 
| https://glacial-lake-66896.herokuapp.com/healthcheck
 
| https://glacial-lake-66896.herokuapp.com/healthcheck
|
+
| https://trandangkhue27.wordpress.com/2017/03/31/osd600-lab-8-open-source-tooling-and-automation-part-3-deploy-to-heroku/
 
|-
 
|-
 
| 10
 
| 10

Revision as of 23:56, 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 Max Fainshtein https://boiling-sierra-37451.herokuapp.com/healthcheck
3 Andrey Bykin https://infinite-earth-38198.herokuapp.com/healthcheck https://andreybykin.wordpress.com/2017/03/31/open-source-tooling-deploying-to-heroku/
4 Kevin Ramsamujh https://cryptic-harbor-35647.herokuapp.com/healthcheck https://kramsamujh.wordpress.com/2017/03/31/osd600-lab-9-deploy-to-heroku/
5 Heetai Park https://hidden-wildwood-99678.herokuapp.com/healthcheck
6 Oleg Mytryniuk https://glacial-shelf-50967.herokuapp.com/healthcheck
7 Bohoon John Kim https://intense-depths-27750.herokuapp.com/healthcheck
8 Brandon Bhagwandeen https://evening-dawn-90858.herokuapp.com/healthcheck https://bbhags.tumblr.com/post/159047408384/
9 Dang Khue Tran https://glacial-lake-66896.herokuapp.com/healthcheck https://trandangkhue27.wordpress.com/2017/03/31/osd600-lab-8-open-source-tooling-and-automation-part-3-deploy-to-heroku/
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