- Git (of course!)
- AWS CLI configuration
- Python 3.9 or greater (only when running locally)
- Docker (only when running with Docker)
- Clone the repository
git clone https://github.com/brianwalborn/cloud-browser.git
cd
into thecloud-browser
directory
cd cloud-browser
- Install the dependecies with
pip
pip install -r requirements.txt
- Execute the
run_local.sh
script
./run_local.sh
- Navigate to localhost:5000 in a browser
- Install the dependecies with
pip
py -m pip install -r .\requirements.txt
- Execute the
run_local.ps1
script
.\run_local.ps1
- Navigate to localhost:5000 in a browser
- Simply execute
./run_docker.sh
./run_docker.sh
- Navigate to localhost:8080 in a browser
- Note: If there are errors regarding AWS credentials and/or there are no AWS profiles displaying in settings, the
aws_credentials_path
inrun_docker.sh
may have to be updated to point to the correct AWS credentials file location.