Skip to content

h0me5k1n/sosrallycalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MANUAL RUNNING

  1. Clone the project
  2. Create a virtual environment
python3 -m venv env;source env/bin/activate
  1. install flask
pip install flask
  1. Run the app
python3 sosrallycalc.py

DOCKER

Create and run in a container Build a docker container

docker build --tag sosrallycalc .

Run the container

docker run -p 3000:3000 sosrallycalc

TERRAFORM

Although this isn't the proper usage for Terraform, I have included a main.tf file in the terraform folder. aws credentials should be configured already (as per aws cli) and, by default, the main.tf uses a profile called "cloudplayground"

aws configure --profile cloudplayground

Then use the following to deploy:

terraform init
terraform plan
terraform apply

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published