Skip to content

Habiba1998/Fire_forecast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fire_forecast

Build and Run Using CMake

  1. Install CMake in Unix/Linux.
  2. Clone the repository.
  3. Navigate to the project folder then run the following commands:
       i. cmake -S . -B build
       ii. cmake --build build
  4. To execute the tests, run the following command from the project folder:
       i. cd build && ctest
  5. To execute the sample client and server, run the following command from the project folder:
       i. cd build
       ii. cd Fire_forecast
       iii. ./server_task "To run the server task", ./client_task "To run the client task".

Build and Run Using Docker

  1. Install Docker.
  2. Clone the repository.
  3. Navigate to Docker/Server then run: docker build -t server
  4. Navigate to Docker/Client then run: docker build -t client
  5. Run both images using:
      i. docker run --network=host --name ipc_server_dns_name server
      ii. docker run --network=host client

Alternatively, you can pull the two images and run them directly from the following links:
https://hub.docker.com/repository/docker/2724180806/server
https://hub.docker.com/repository/docker/2724180806/client

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors