kcuric / surveillance-system

DIY surveillance system with a face detection implemented with Python, OpenCV and Flask. Made as a team project for a System Security course at the Faculty of Organization and Informatics, Varaždin, Croatia.
3 stars 0 forks source link

Create a GCP VM Instance #2

Open kcuric opened 4 years ago

kcuric commented 4 years ago

Create a GCP VM Instance that will be running the Flask app. Configure the VM Instance.

kcuric commented 4 years ago

GCP VM Instance is created. Flask is installed and configured. Flask app running on: http://35.204.200.71:5000/ (be sure to use http instead https). To run the app, ssh to the GCP VM Instance and run the following command: python3 -m flask run --host=0.0.0.0

kcuric commented 4 years ago

Flask app is now running on: http://35.204.145.0:5000 (be sure to use http instead https).