Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csanicola74 committed Sep 1, 2022
1 parent 71af2c7 commit b92f1fb
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ Assignment #2
# 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
# 8(a). FOR AZURE: Ctrl+Z (suspend the process); bg (restart the process in the background)
# 8. sudo nohup python3 app.py > log.txt 2>&1 &
# 5. $ git clone https://github.com/csanicola74/flask-part-1.git
# 6. $ cd flask-part-1
# 7. $ sudo python3 app.py
# 8. Ctrl+Z (suspend the process)
# 9. $ bg (restart the process in the background)
# 10. $ sudo nohup python3 app.py > log.txt 2>&1 &


# GCP deployment link:
Expand Down

0 comments on commit b92f1fb

Please sign in to comment.