Giter Site home page Giter Site logo

zpmhub's Introduction

ZpmHub by Banksia Global

ZpmHub is a private ZPM Registry and environment monitoring solution built by Banksia Global consulting agency.

This package allows you to publish, list and deploy packages, as well as push environment statistics to ZpmHub.

Prerequisites

ZpmHub works only on IRIS and IRIS For Health, community and Enterprise versions. You need to have ZPM Package manager installed.

Installation

ZpmHub registration

To use ZpmHub, you'll need your user name and password registered on ZpmHub. If you haven't done so yet, please register there.

Installing zpm

You need to have zpm package manager available on your IRIS instance first. You can check if zpm is installed on your system by issuing the following command in your IRIS terminal:

USER>zpm "version"

If you see output like this

%SYS> zpm 0.3.0

it means that zpm is already installed and you can go to the next step. If you see output like this

ZPM "version"
^
<SYNTAX>

you need to install zpm.

To install ZPM you can either manually download and import the latest release from https://github.com/intersystems-community/zpm, or use this one-liner in Terminal to do it programmatically:

zn "%SYS" d ##class(Security.SSLConfigs).Create("zpm") s r=##class(%Net.HttpRequest).%New(),r.Server="pm.community.intersystems.com",r.SSLConfiguration="zpm" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")

ZpmHub installation

Now you can install ZpmHub. In terminal, issue the following command:

zpm "install zpmhub"

It will ask you to enter user name and password, and also if you want to enable monitoring for the current environment.

Using docker-compose

Alternatively, you can use Docker containers to develop and test zpmhub client. First, bring up a container with command

docker-compose up -d

Then, go to terminal with command

docker-compose exec iris iris session iris

And finally, load zpmhub package from source with

USER> zpm "load /irisdev/app"

Usage

After installing zpmhub package, your remote repository will be changed to ZpmHub's one. You can use standard ZPM comands like "zpm publish" and "zpm install" to manage your deployments. Refer to ZPM documentation for more information.

zpmhub's People

Contributors

bg-ssh avatar isc-shuliu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.