System Requirements:
- Clone the Model_deploy repository:
$ git clone https://github.com/223MapAction/Model_deploy.git
- Change to the project directory:
$ cd Model_deploy
- Build and start the Docker containers:
$ docker-compose -f _cd_pipeline.yaml up --build
Once the containers are up and running, access the application at:
http://localhost:8001
Run the test suite using the command below:
$ docker-compose -f _ci_pipeline.yml up