Skip to content

Getting Started

Robin Sadeghpour-Faraj edited this page Feb 19, 2022 · 6 revisions

Prerequisites

  • Java 11
  • Maven

Lokal Setup

Clone repo and install dependencies

$ git clone https://github.com/Continious-Software-Engineering/review-service.git
$ cd review-service
$ mvn clean install

Run Service

$ mvn spring-boot:run

Docker Setup

Pull and run Docker Image

$ docker pull robinsadeghpour/cse:main
$ docker run robinsadeghpour/cse:main

GKE Setup

Set-up onlinebotique GKE cluster

Get our fork from the microservice-demo up and running by following the quick start instructions described in the readme.

Clone repo

$ git clone https://github.com/Continious-Software-Engineering/review-service.git
$ cd review-service

Deploy reviewservice

$ kubectl apply -f deployment.yaml
$ kubectl apply -f service.yaml

Wait for Pods to be ready

$ kubectl get pods