Skip to content

Commit

Permalink
add note and reference
Browse files Browse the repository at this point in the history
  • Loading branch information
poraghal committed Jul 6, 2023
1 parent 9da1c3e commit 0723ab4
Showing 1 changed file with 9 additions and 3 deletions.
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 is 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 upgrade from Social Program Management v7 to v8 only, and not to upgrade to more recent releases 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 0723ab4

Please sign in to comment.