Skip to content

Commit

Permalink
Merge pull request #1563 from Prafulrakhade/release-1.3.x
Browse files Browse the repository at this point in the history
[DSD-6020] added installation steps
  • Loading branch information
ckm007 authored Aug 21, 2024
2 parents 3e116d3 + 6853cc9 commit a075f14
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,27 @@ The project requires JDK 1.11.
$ cd <service folder>
$ docker build -f Dockerfile
```

## Deploy
To deploy Commons services on Kubernetes cluster using Dockers refer to [Sandbox Deployment](https://docs.mosip.io/1.2.0/deployment/sandbox-deployment).
## Deployment in K8 cluster with other MOSIP services:
### Pre-requisites
* Set KUBECONFIG variable to point to existing K8 cluster kubeconfig file:
* ```
export KUBECONFIG=~/.kube/<my-cluster.config>
```
### Install
```
$ cd deploy
$ ./install.sh
```
### Delete
```
$ cd deploy
$ ./delete.sh
```
### Restart
```
$ cd deploy
$ ./restart.sh
```

## Test
Automated functaionl tests available in [Functional Tests repo](https://github.com/mosip/mosip-functional-tests).
Expand Down

0 comments on commit a075f14

Please sign in to comment.