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

Update readme for v3, and add ivy desktop plugin ID #316

Closed
wants to merge 1 commit into from

Conversation

1000TurquoisePogs
Copy link
Member

@1000TurquoisePogs 1000TurquoisePogs commented Aug 16, 2024

This PR allows for both the v2 and v3 desktops to be used within a single zlux-app-server dev environment.
I adjusted the README to state how, but I also noticed the README needed other adjustments for v3.
Also, I noticed that app-server.bat did not match the behavior of start.sh, and adjusted that too to help windows users.

As I am not a windows user, I request testing to see if you can successfully start the app server using the readme instructions and app-server.bat

…d new desktop plugin to defaults

Signed-off-by: 1000TurquoisePogs <sgrady@rocketsoftware.com>
For the initial setup, the default authentication is the "trivial authentication" plugin, which allows login to the App Server without valid credentials. At the end of this guide, you can customize the environment to switch to a secure authentication plugin instead, such as the ZSS authentication plugin, covered in [Section 7](#7-adding-zss-to-the-environment). This plugin works with the [ZSS mock server](https://github.com/zowe/zss/tree/v2.x/staging/mock) as well.
If you wish to test against the v2.x desktop, you can include it via
```
git clone --branch v2.x/master git@github.com:zowe/zlux-app-manager.git zlux-app-manager-v2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This implies V2 Desktop is solely testable by switching to v2 branch of zlux-app-manager which might be true now but may not be true for the whole V3 branch's lifecycle

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prob best to recommend all V2 branches

if not exist "%ZWE_zowe_workspaceDirectory%\app-server\plugins\org.zowe.zlux.json" (
cd ..\lib
!NODE_BIN! initInstance.js
cd ..\bin
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This new script gives me an error. See our Slack group

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

2 participants