Skip to content

Interactive dashboard for city and zip code-level Covid-19 case counts in Santa Clara County. (no longer live)

Notifications You must be signed in to change notification settings

kgfu02/sccdashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text cd to /src/main/ui
run 'npm install' to install node_modules
'mvn package' to create .jar file

when running on AWS ubuntu ec2 server ...
-setup mysql
-sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
-sudo iptables -t nat -I OUTPUT -p tcp -d 127.0.0.1 --dport 80 -j REDIRECT --to-ports 8080
-install chrome driver "sudo wget https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip"
-"sudo unzip chromedriver_linux64.zip"
-install chrome binary "sudo apt-get install -f" "wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb" "sudo dpkg -i google-chrome-stable_current_amd64.deb "

About

Interactive dashboard for city and zip code-level Covid-19 case counts in Santa Clara County. (no longer live)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published