modify tensorclan
with the corrent server_name
which can be your EC2 public IP
make sure to run the below scripts in /home/ubuntu
sudo sh setup.sh
sudo sh run_nginx.sh
Follow the below instructions to run locally before pushing to EC2
$ sudo apt install pip3
$ sudo apt install gunicorn libsndfile1 libasound2-dev libsndfile-dev nginx-light
$ cd web && npm install && npm run build
$ cd backend && flask run --host=0.0.0.0