diashenrique / zpm-explorer

A graphic interface to explorer the applications inside InterSystems Package Manager
MIT License
2 stars 4 forks source link

ZPM Explorer

A graphic interface to explorer the applications inside InterSystems Package Manager

Description

ZPM Explorer's idea is to make it easier for people to find out what ZPM offers. Every week, every day, a new app joins the ZPM world, so why not help developers and non-developers take advantage of this incredible world?!

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

$ git clone https://github.com/diashenrique/zpm-explorer.git

Open the terminal in this directory and run:

$ docker-compose build
  1. Run the IRIS container with your project:
$ docker-compose up -d

How to Test it

  1. Open in the URL in browser: http://localhost:52773/csp/zpmexplorer/explorer.html

  2. You can take advantage of the VSCode link shortcurts:

VS Code

If you want to test the app without installing anything

https://zpm-explorer.contest.community.intersystems.com/csp/irisapp/explorer.html

How ZPM Explorer looks like

ZPM Explorer

src folder

src/iris contains InterSystems IRIS Objectscript code src/csp contains all the html,css,js files

.vscode/settings.json

Settings file to let you immedietly code in VSCode with VSCode ObjectScript plugin)

.vscode/launch.json

Config file if you want to debug with VSCode ObjectScript

Read about all the files in this artilce

Dream team