The Zowe Mobile Application lets you interact with your Zowe instance running on the mainframe. You can login using your mainframe credentials and be authenticated using the API Mediation Layer Security. You can check the status of all the Zowe services discovered by the API Mediation Layer. You can access the Jobs services, view jobs in the spool, view their spool files, restart jobs, edit JCL taken from the spool and submit it, delete jobs from the spool, and cancel running jobs.
Interacting with Zowe from your mobile is now within reach.
The Zowe Mobile Application app is powered by Zowe.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Install the ionic CLI globally:
npm install -g ionic
- Clone this repository.
- Go to app folder:
cd app
- Run
npm install
from the /app directory. - Run
ionic serve
in a terminal. This starts a local dev server for app dev/testing - Profit. 🎉
Tip: All app preview screenshots were taken by running ionic serve --lab
on a retina display.
Tip: To see more images of the app, check out the screenshots directory!
Created by the Ctrl+Z team for Broadcom's Zowe Hackathon 2019