Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1.34 KB

README-local.md

File metadata and controls

43 lines (34 loc) · 1.34 KB

cf-12-factor - LOCAL DEPLOYMENT

Prerequisites

Digital Core

Local Deployment

Optional

Configuration

A list of all environment variables supported by this app can be found on sample-launch.json. This file can also be used as a configuration for debugging this app locally using VS Code.

Installation Local

STEP 1 - Download or Clone this repository

git clone https://github.com/Ralphive/cf-12-factor.git

STEP 2 - Install the dependencies

npm install

STEP 3 - Set the environment variables According to your erp system (b1 or byd)

"ERP": "b1" || "byd"
"ERP_ODATA_HOST" : "http://<b1Host:50001/b1s/v2" || "https://my123456.sapbydesign.com/sap/byd/odata/cust/v1"
"ERP_USER" : "manager" || "FINANCIAL01",
"ERP_PASSWORD" : "1234",
"ERP_TENANT" : "SBODEMOUS" || null for byd

STEP 4 - run the app

npm run