Skip to content
Prerna Achtani edited this page Feb 25, 2022 · 1 revision

Welcome to the Real-Time-Weather-Statistics wiki!

Steps to install :

Docker

We just need to run the following script to run the entire application :

Create a new directory in your local machine Open a terminal in the folder created above and run "git clone https://github.com/prernaa96/Real-Time-Weather-Statistics.git" Type cd DSDummies (only folder in the directory) Run the individual commands as listed or run the script inside the DSDummies directory. Directly execute script:

chmod 755 start.sh ./start.sh Alternatively, if not using script or it doesn't runs for you, the following commands would work for deploying the application on docker as well:

cd Client ( You need to go into the "Client" directory )

make build

cd ../Auth. ( You need to go into the "Auth" directory )

make build

cd ../cache. ( You need to go into the "cache" directory )

make build

cd .. ( You need to go into the "Data\Ingestor" directory )

cd Data\ Ingestor

make build

cd ..

make run-dev (From root directory)

  • This shall spawn all the containers and then you would be able to open localhost://3000
  • This shall open up a login page, if you're a first time user , then click on register.
  • Once you register, go to login and put in your credentials.
  • It shall open a US map with drop down boxes for data and time as well as specifying video option.
  • Put in the radar station name (eg KIND for Indiana), date and time, choose if you want to select a video or not, then click on getplot.
  • This will fetch you the result from the aws and show a plotted graph of the received data.
Clone this wiki locally