Skip to content

lukasp1/betPlayground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betPlayground

Running Flask app locally: $ export FLASK_APP=server.py $ flask run

In prod environment: flask run --host=0.0.0.0

SSH into Host: ssh -i ~/Downloads/pythonserverkey2.pem ec2-user@ec2-3-138-134-6.us-east-2.compute.amazonaws.com

Deploy code (jank af): tar -zcvf archive-name.tar.gz betPlayground scp -i ~/Downloads/pythonserverkey2.pem archive-name.tar.gz ec2-user@ec2-3-138-134-6.us-east-2.compute.amazonaws.com:/home/ec2-user

tar -xf archive-name.tar.gz

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published