Skip to content

fkovinAtRocket/vt-ng2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.

VT App

This an App that presents a VT emulator within the Zowe UI environment, for use with VT compatible connections such as a terminal connection to USS or Unix.

When this App is opened in the Zowe UI by the user, it tries to connect to the default host. This default can be changed, and is controlled by https://github.com/zowe/vt-ng2/blob/master/_defaultVT.json which is stored within the configuration dataservice at runtime.

If you are running Zowe entirely on-mainframe, then the default host value of "localhost" is fine, but if you are running the zLUX server off-mainframe, then you will want to change this default when building the App, by editing _defaultVT.json prior to deploying the App. The App's deploy script can be invoked via running ant deploy in zlux-build, in order to have this change take place.

This program and the accompanying materials are made available under the terms of the Eclipse Public License v2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html

SPDX-License-Identifier: EPL-2.0

Copyright Contributors to the Zowe Project.

About

A simple USS/Unix/VT terminal emulator written in Angular and Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.2%
  • HTML 10.6%
  • CSS 7.8%
  • JavaScript 4.4%