This React App (datafoundation_lk) implements a React App for www.datafoundation.lk. It depends on two python flask/waitress services (gig_server and geo_server), and another React App mylocal.
All of datafoundation_lk, my_local, gig_server, and geo_server are dockerized. Follow these steps, to setup datafoundation.lk on a AWS EC2 Instance:
- Install NGINX on the EC2 Instance
./scripts/aws_install_nginx.sh
- Copy the NGINX Conf file to the EC2 Instance
./scripts/aws_update_nginx_conf.sh
- Start datafoundation_lk, my_local, gig_server, and geo_server, and NGINX itself.
./scripts/aws_start_servers.sh