List of the four services included in the project
Authentication: The authentication service for the main Application
mainApplication: The main application that helps to test the codeless policy configuration project
policyConfiguration: The service responsible for designing and submitting the policies for main application
poilcyServerJS: The server responsible for applying the policies configured in the policyConfiguration service in mainApplication
- In /.env file replace the host with the actual host ip of the machine that the project will be deployed and the mongo connection string
- In docker-compose.yml file add the values for the env variables
- In mongo-setup/init-mongo.js file in line 11 add your GitHub username. It will be used for the authentication for policyConfiguration service
- Navigate to the folder in which the repo was cloned
- Run the command "docker-compose up -d"