- Surya Narayan (PES1201700094)
- Harikrishnan V (PES1201700155)
- Rahul Pandia (PES1201700260)
- Kruthik JT (PES1201701509)
-
CC_0094_0155_0260_1509_Assignment_1
This folder contains all the required files for Assignment-1
Click Here to view it on GitHub -> Assignment-1 -
CC_0094_0155_0260_1509_Assignment_2
This folder contains all the required files for Assignment-2
Click Here to view it on GitHub -> Assignment-2 -
CC_0094_0155_0260_1509_Assignment_3
This folder contains all the required files for Assignment-3
Click Here to view it on GitHub -> Assignment-3 -
CC_0094_0155_0260_1509_Final_Project
This folder contains all the required files for Final-Project
Click Here to view it on GitHub -> Final-Project
Source code of the project present is in the directory called "CC_0094_0155_0260_1509_Final_Project"
Click Here to view it on GitHub -> Final-Project
The contents are:
1. orch
2. ride
3. user
4. CCfinal.pem
The "CCfinal.pem" is used for all the 3 instances.
To run the User container:
1. Go inside user folder
2. Open a Terminal in this folder.
3. Run the comand "sudo docker-compose build && docker-compose up".
To run the Ride container:
1. Go inside ride folder
2. Open a Terminal in this folder.
3. Run the coomand "sudo docker-compose build && docker-compose up".
To run the Orchestrator container:
1. Go inside orch folder
2. Open a Terminal in this folder.
3. Run the coomand "sudo docker-compose build && docker-compose up".
These 5 containers should be ruuning inside orch's terminal:
1. Orchestrator
2. Zookeeper
3. RabbitMQ
4. Master(Worker)
5. Slave(Worker)