From 60708fd3e51b27c7fce77ac66ba4ed89b039fb1a Mon Sep 17 00:00:00 2001 From: Jeff Goldberg Date: Wed, 15 Mar 2017 19:26:15 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 279624c..198f4a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ #QlikSenseQMCUtility A collection of management console utilities for use with Qlik Sense. +## Latest Release is [3.0.1](https://github.com/eapowertools/QlikSenseQMCUtility/releases/latest) + **[Latest Release Notes](https://github.com/eapowertools/QlikSenseQMCUtility/releases/latest)** ----- From 3fadf1c8fceb36daaacfc464d92b12996fa62e6d Mon Sep 17 00:00:00 2001 From: Jeff Goldberg Date: Wed, 15 Mar 2017 19:26:51 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 198f4a2..26b0d65 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,10 @@ A collection of management console utilities for use with Qlik Sense. ----- -##Introduction +## Introduction QMC Utilities is an Express, AngularJs, and Node application for presenting management and administration capabilities in the Qlik Sense Platform that do not exist in the Qlik Management Console (QMC), but are possible through the APIs. -##Minimum Requirements +## Minimum Requirements QMC Utilities requires the following environment to function properly: * QMC Utilities ***must*** be installed on a server running Qlik Sense server software. @@ -20,7 +20,7 @@ QMC Utilities requires the following environment to function properly: * An available port (by default port 9945) to connect to the QMC Utilities user interface. -##Installation +## Installation The ***preferred*** method for installing QMC Utilities is the installer found here: **[QMCUtilities.exe](https://s3.amazonaws.com/eapowertools/qmcutilities/QMCUtilities.exe)**. The installer includes includes all node and bower modules and does not require the use of npm to install software. @@ -28,10 +28,10 @@ For a walkthrough of the installation process, please have a look at the install QMC Utilities may be installed by downloading the source from GitHub and running npm install. However, some manual configuration of the config.js configuration file will be required before running if installed using this method. **No documentation is provided for this method.** -##Usage +## Usage After installing QMC Utilities, fire up a web browser and navigate to the hostname and port number specified in the install. For example, if the Qlik Sense hostname is _sense3.112adams.local_, in the browser address bar enter **https://sense3.112adams.local:9945**. -##Plugins! +## Plugins! QMC Utilities uses a plugin architecture to instantiate the tools in the menu framework. The following plugins have been developed by the EAPowertools team for use with QMC Utilities: **[Sheet Approver](https://github.com/eapowertools/qmcu-sheet-approver#qmcu-sheet-approver)**: The Sheet Approver enables users to approve published sheets in an app, thus, making them base sheets of the Qlik Sense application. In addition, it's possible to un-approve sheets as well and push them back to the community. @@ -44,14 +44,14 @@ QMC Utilities uses a plugin architecture to instantiate the tools in the menu fr **[Source Control Assistant](https://github.com/eapowertools/qmcu-sclite#qmcu-sclite)**: The Source Control Assistant is an application backup and restore solution for Qlik Sense. -##Promotion +## Promotion QMC Utilities is designed and developed by the EA Team at Qlik as part of the Powertools initiative. To learn more about EA Powertools and all the solutions we are building to enhance Qlik Sense, please visit the **[EA Powertools](https://community.qlik.com/community/qlik-sense/ea-powertools)** space on Qlik Community. -##License +## License **[MIT](https://github.com/eapowertools/QlikSenseQMCUtility/blob/master/LICENSE)** For more information, please visit the **[EA Powertools](https://community.qlik.com/community/qlik-sense/ea-powertools)** space on Qlik Community. -##Issues +## Issues If you experience an issue, open an issue! We want your feedback! Open an issue here: **[Issues](https://github.com/eapowertools/QlikSenseQMCUtility/issues)**