Skip to content

Commit

Permalink
final update
Browse files Browse the repository at this point in the history
  • Loading branch information
csanicola74 committed Sep 1, 2022
1 parent fd1bb2a commit 5b5cf12
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .history/README_20220831203139.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# flask-part-1
Assignment #2

# Deploying through Virtual Machine
# 1. connect through SSH terminal
# 2. $ sudo apt-get update
# 3. $ sudo apt install python3-pip
# 4. $ pip3 install Flask
# 5. git clone https://github.com/csanicola74/flask-part-1.git
# 6. cd flask-part-1
# 7. sudo python3 app.py

# GCP deployment link:
http://35.184.194.202
http://35.184.194.202/about
http://35.184.194.202/contact

# Azure deployment link:
20.169.14.194
21 changes: 21 additions & 0 deletions .history/README_20220831203211.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# flask-part-1
Assignment #2

# Deploying through Virtual Machine
# 1. connect through SSH terminal
# 2. $ sudo apt-get update
# 3. $ sudo apt install python3-pip
# 4. $ pip3 install Flask
# 5. git clone https://github.com/csanicola74/flask-part-1.git
# 6. cd flask-part-1
# 7. sudo python3 app.py

# GCP deployment link:
http://35.184.194.202
http://35.184.194.202/about
http://35.184.194.202/contact

# Azure deployment link:
http://20.169.14.194
http://20.169.14.194
http://20.169.14.194
21 changes: 21 additions & 0 deletions .history/README_20220831203327.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# flask-part-1
Assignment #2

# Deploying through Virtual Machine
# 1. connect through SSH terminal
# 2. $ sudo apt-get update
# 3. $ sudo apt install python3-pip
# 4. $ pip3 install Flask
# 5. git clone https://github.com/csanicola74/flask-part-1.git
# 6. cd flask-part-1
# 7. sudo python3 app.py

# GCP deployment link:
http://35.184.194.202
http://35.184.194.202/about
http://35.184.194.202/contact

# Azure deployment link:
http://20.169.14.194
http://20.169.14.194/about
http://20.169.14.194/contact
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ http://35.184.194.202/about
http://35.184.194.202/contact

# Azure deployment link:
http://20.169.14.194
http://20.169.14.194/about
http://20.169.14.194/contact

0 comments on commit 5b5cf12

Please sign in to comment.