Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #668 from NupurSancheti/dev
Browse files Browse the repository at this point in the history
server installation updates
  • Loading branch information
Sunitashelar authored Sep 14, 2018
2 parents 558454d + 7b5f4ef commit 4e99886
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/developer-docs/installation/server_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following is a list of ports that must be open:

3. `cd sunbird-devops`

4. Checkout the latest release branch `git checkout tags/release-1.8.2 -b release-1.8.2`
4. Checkout the latest release branch `git checkout tags/release-1.9 -b release-1.9`

5. `cd deploy`

Expand Down Expand Up @@ -148,7 +148,7 @@ The following is a list of ports that must be open:

**Note:** The badger service does not work without an Azure storage account name and key.

8. Get the public key from keycloak <b>http://<dns_name or IP>/auth -> Administration console -> realm settings -> keys -> public keys</b> (click on public keys) and set it for `sunbird_sso_publickey` parameter in `config` file. Now, execute the command `./sunbird_install.sh -s core` to redeploy the core services
8. Get the public key from keycloak <b>http://< dns_name or IP >/auth -> Administration console -> realm settings -> keys -> public keys</b> (click on public keys) and set it for `sunbird_sso_publickey` parameter in `config` file. Now, execute the command `./sunbird_install.sh -s core` to redeploy the core services

**Note:**
Expand Down
24 changes: 24 additions & 0 deletions pages/release_notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,30 @@ To download the release notes, click the download icon that corresponds to the r
<th align="center">Release Date</th>
<th align="center">View</th>
<th align="center">Download</th>
</tr>
<tr>
<td align="left">Release 1.10</td>
<td>12/09/2018</td>
<td align="center"><a href="release_notes/view_pdf/ver1-10/" target="_blank">
<img src="pages/release_notes/icons_used/viewicon.png" alt="View" style="width:25px;height:25px;border:0;">
</a>
</td>
<td align="center"><a href="https://github.com/project-sunbird/project-sunbird.github.io/raw/dev/pages/release_notes/source_releasenotefiles/release_note_v1-10-0_sep2018.pdf" target="_blank">
<img src="pages/release_notes/icons_used/download.png" alt="Download" style="width:42px;height:42px;border:0;">
</a>
</td>
</tr>
<tr>
<td align="left">Release 1.9.1</td>
<td>22/08/2018</td>
<td align="center"><a href="release_notes/view_pdf/ver1-9-1/" target="_blank">
<img src="pages/release_notes/icons_used/viewicon.png" alt="View" style="width:25px;height:25px;border:0;">
</a>
</td>
<td align="center"><a href="https://github.com/project-sunbird/project-sunbird.github.io/raw/dev/pages/release_notes/source_releasenotefiles/release_note_v1-9-1_aug2018" target="_blank">
<img src="pages/release_notes/icons_used/download.png" alt="Download" style="width:42px;height:42px;border:0;">
</a>
</td>
</tr>
<tr>
<td align="left">Release 1.9</td>
Expand Down
11 changes: 11 additions & 0 deletions pages/release_notes/view_pdf/ver1-9-1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
type: landing
directory: release_notes/view_pdf
title: Sunbird Release Notes
page_title: Sunbird Release Notes
description: Sunbird Release Notes
keywords: Release, fixes, bugs, Release Notes, Enhancements, New, what's new, version
published: true
allowSearch: true
---
<iframe frameborder="0" allowfullscreen="" src="pages/release_notes/source_releasenotefiles/release_note_v1-9-1_aug2018.pdf"></iframe>

0 comments on commit 4e99886

Please sign in to comment.