Skip to content

Commit

Permalink
DX Portlet
Browse files Browse the repository at this point in the history
  • Loading branch information
andylwelch committed Feb 29, 2024
1 parent 6c047e6 commit e60ab8c
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/boards/dx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

1. HCL DX environment
1. Kubernetes environment
1. kubectl installed & authenticated
1. `kubectl` installed & authenticated

## WebSphere OAuth Config

Please follow the instructions in [WebSphere OAuth Config](./websphere-oauth.md)
Please follow the instructions in [WebSphere OAuth Config](./oauth/websphere.md)

## Install Boards portlet

Coming soon
Please follow the instructions in [Install Boards portlet](./portlet/index.md)

### Allow SSO inside Boards frame

Expand Down
File renamed without changes.
File renamed without changes.
Binary file added docs/boards/dx/portlet/applications.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/boards-for-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/boards-portlets.war
Binary file not shown.
Binary file added docs/boards/dx/portlet/configure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions docs/boards/dx/portlet/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Boards Portlet

## Overview

The steps below install the Boards Portlet as an application in DX.

![outcome](./outcome.png)

![boards-for-page](./boards-for-page.png)

## Steps

To install the Huddo Boards portlet, follow these steps:

1. Download the [Boards Portlet WAR file](./boards-portlets.war)

1. Open the DX `Administration` => `Web Modules`. Select the war file and click `Next`

![select war](./web-modules-browse.png)

1. Click `Finish` to complete the installation

![click finish](./web-modules-finish.png)

1. Open the `Portlets` page, find Huddo Boards, click `Configure Portlet`

![configure portlet](./manage-portlet.png)

1. Edit the cfg.BaseURL to `https://<BOARDS_URL`.

For example `https://boards.company.com` or `https://company.example.com/Boards`

![edit base url](./configure.png)

Click OK

1. The `Huddo Boards` Portlet should now be accessible under `Edit mode` => `Add` => `Applications`

![applications](./applications.png)

1. Add it to any page to get started!

![widget-settings](./widget-settings.png)
Binary file added docs/boards/dx/portlet/manage-portlet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/outcome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/web-modules-browse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/web-modules-finish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/boards/dx/portlet/widget-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e60ab8c

Please sign in to comment.