Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 499 Bytes

AWSdeployFlaskBackendGuide.md

File metadata and controls

13 lines (10 loc) · 499 Bytes

AWS EC2 Setup Guide

Reference this link for deploying a backend in AWS EC2 instance.

To transfer your project files to remote host

  1. Use "ruina-db-test.pem" located inside of this project folder
scp -i "ruina-db-test.pem" ./* [email protected]:/home/ubuntu/RuinaDB

To run the app

  1. cd into project folder
  2. run "python3 run.py"