Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated git branch setup on-prem-installation-guidelines.md #346

Open
wants to merge 1 commit into
base: 1.2.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/deploymentnew/on-prem-installation-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,11 @@ helm repo add mosip https://mosip.github.io/mosip-helm
* Create a directory as mosip in your PC and:

* clone k8’s infra repo with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\
`git clone https://github.com/mosip/k8s-infra -b v1.2.0.1-B2`
`git clone https://github.com/mosip/k8s-infra`
`git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2`
* clone mosip-infra with tag : 1.2.0.1-B2 (**whichever is the latest version**) inside mosip directory.\
`git clone https://github.com/mosip/mosip-infra -b v1.2.0.1-B2`
`git clone https://github.com/mosip/mosip-infra`
`git checkout tags/v1.2.0.1-B2 -b 1.2.0.1-B2`
* Set below mentioned variables in bashrc

```
Expand Down