Skip to content

Commit

Permalink
Merge pull request #293 from merative/por-post-install-step-803
Browse files Browse the repository at this point in the history
add note and reference
  • Loading branch information
bdjos1 authored Jul 10, 2023
2 parents 9da1c3e + 3de4348 commit 9eaf664
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-docs/src/pages/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Overview
---

> **Apologies, the UI Upgrade Helper is temporarily unavailable during a transition from IBM hosting services.**
> **Apologies, the UI Upgrade Helper will soon be temporarily unavailable during a transition from IBM hosting services.**
Use the UI Upgrade Helper to help you to upgrade the IBM Social Program Management UI from version 7 to version 8.

Expand Down
12 changes: 9 additions & 3 deletions packages/gatsby-docs/src/pages/setup/customer_setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,26 @@
title: Setting up the tools
---

> **Apologies, the UI Upgrade Helper is temporarily unavailable during a transition from IBM hosting services.**
> **Apologies, the UI Upgrade Helper will soon be temporarily unavailable for download during a transition from IBM hosting services.**
<InlineNotification>

**Note:** In Social Program Management 8.1, Carbon was updated from v10 to v11. In Carbon v11, the CSS class name prefix "bx" was changed to "cds". For example, `bx--cluster` was changed to `cds--cluster`. If you are upgrading to Social Program Management 8.1 or later and have custom code, you must review your CSS to see if you are affected.

</InlineNotification>

Complete the following steps to prepare a development environment to run the tools, and to install and configure the required software

<InlineNotification>
Note: The UI Upgrade helper is designed to upgrade from Social Program Management version 7 to version 8 only, and not to upgrade to a more recent version 7.
**Note:** The UI Upgrade helper is designed to help with an upgrade from Social Program Management v7 to v8 only. Do not use to upgrade from v7 to a more recent release of v7.

</InlineNotification>

## Initial setup

1. Set up a v7 development environment with your custom changes, which provides the input data for the tool.
2. Decide on a temporary output folder, where you can review the suggested changes.
3. Set up a v8.0.0 or later development environment, where you can manually apply and test the updates.
3. Set up a v8.0.0 or later development environment, where you can manually apply and test the updates. For v8.1 or later, ensure that you review the CSS in your custom code as per the note above.
4. Install Docker Desktop for [Windows ™️](https://docs.docker.com/docker-for-windows/install/) or [Mac](https://docs.docker.com/docker-for-mac/install/).
5. Install [curl](https://curl.se/download.html).

Expand Down

0 comments on commit 9eaf664

Please sign in to comment.