This repository showcases FormaServe’s training capabilities and provides a simple WRKACTJOB web application.
Please note that this application only runs on the IBM i.
- Provides a browser interface to the IBM i command WRKACTJOB
- Provides refresh and reset operations.
- Allows for column sorting.
Clone this repository to your local machine
git clone https://github.com/FormaServe/python-active-jobs.git
Install the dependencies for this application
pip install pandas bottle ibm_dbIt is advised to check-out & run the section on virtual environments with python after the install of this app.
Start the server by running, in an IBM i shell session;
python server.pythen point your browser to the following;
your_ibmi:3636As with all python projects, it is recommended to run this application in a virtual environment. Follow the instructions below to get started.
Use the venv module to create a virtual environment inside the project folder. Run the following command:
# Run the Python command to create a virtual environment in the current directory
python -m venv --system-site-packages ~/.venvReplace .venv with your preferred name for the virtual environment.
To activate the virtual environment, use the appropriate command based on your operating system:\
source ~/.venv/bin/activateWhen you’re done working in the virtual environment, deactivate it:
deactivateRemember to activate your virtual environment whenever you work on your project. 😊
This project is licensed under the MIT License. See the LICENSE file for details.
- FormaServe Systems Ltd - All work - FormaServe
- Andy Youens - FormaServe Systems Ltd 1990 - All rights reserved.
- Nick Youens - FormaServe Systems Ltd 1990 - All rights reserved.
- Jane Youens - FormaServe Systems Ltd 1990 - All rights reserved.
