appmsw-banks-ru

Downloads8
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues
Dependencies

What's new in this version

Initial Release

Repo-GitHub

OEX-zapm

Docker-ports

appmsw-banks-ru

An example of working with the service for updating the list of Russian banks

Quality Gate Status Demo

What's new

Added fileserver for downloading generated xlsx files

Installation with ZPM

If ZPM the current instance is not installed, then in one line you can install the latest version of ZPM.

s r=##class(%Net.HttpRequest).%New(),proxy=$System.Util.GetEnviron("https_proxy") Do ##class(%Net.URLParser).Parse(proxy,.pr) s:$G(pr("host"))'="" r.ProxyHTTPS=1,r.ProxyTunnel=1,r.ProxyPort=pr("port"),r.ProxyServer=pr("host") s:$G(pr("username"))'=""&&($G(pr("password"))'="") r.ProxyAuthorization="Basic "_$system.Encryption.Base64Encode(pr("username")_":"_pr("password")) set r.Server="pm.community.intersystems.com",r.SSLConfiguration="ISC.FeatureTracker.SSL.Config" d r.Get("/packages/zpm/latest/installer"),$system.OBJ.LoadStream(r.HttpResponse.Data,"c")

If ZPM is installed, then appmsw-banks-ru can be set with the command

zpm:USER>install appmsw-banks-ru

Installation with Docker

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/SergeyMi37/appmsw-banks-ru

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

Open link: http://localhost:52663/apptoolsrest/a/info&class=appmsw-banks-ru

Link

IPM installation
zpm "install appmsw-banks-ru"
Rating
5 (1)
ObjectScript quality test
Passed
Updated on 26 September 2023
ObjectScript quality report
Category
Integration
Works with
InterSystems IRIS
Tags
Info
Version
1.0.0
Last updated
2022-09-11
Repository
Open
Documentation
Open
License
Link