Skip to content

Static Site: Basic Flow Rate, Water Supply and Cost Calculators using jQuery, HTML5, CSS. Runs in Docker or by browsing direct.

License

Notifications You must be signed in to change notification settings

KI7MT/firefighting-calculators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefighting Calculators

Small collection of common firefighting calculators used by IC's (Incident Commanders). Coding is all HTML, CSS, Bootstrap with jQuery form validation

Running the App In Docker

First, build the image

# Build the image

docker build -t fcalc .

Run the built image

# Run the image
docker run -p 5000:90 fcalc

In a browser, navigate to

# Launch the site
localhost:5000

Remove The Built Images

This will stop and remove all running images. If you do not want this behaviour, you must stop and remove them individually.

# List the containers
sudo docker ps

# Stop The Containers
sudo docker stop $(sudo docker ps -aq)

# Remove All Stopped Containers
sudo docker rm $(sudo docker ps -aq)

Running Without Docker

This app can be run without Docker. Just checkout the repository, then browse to and open the web/index.html file.

About

Static Site: Basic Flow Rate, Water Supply and Cost Calculators using jQuery, HTML5, CSS. Runs in Docker or by browsing direct.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published