Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow these steps:

Prerequisites

  1. Clone the code.

  2. Install python 3.x (for Linux and OSX, it would be there by default)

  3. Install npm:

    • sudo apt-get install npm (for Ubuntu/debian)

    • sudo yum install npm (for Red hat based systems fedora, CentOS etc)

    • brew install npm (for OSX)

    • Alternatively, you can download from here.

  4. For UNIX based systems, elevate the permissions of setup.sh for execute: sudo chmod a+x setup.sh

  5. Run the setup script ./setup.sh

Executing the code

script.py needs to be executed to serve or build the code in development mode. Usage details are given below. The name of the service should be same as the folder in root directory of the repository.

Code Block
usage: script.py [-h] --services {EABC,ECM,TAM,prompt}
                 [{EABC,ECM,TAM,prompt} ...] [--hideumm] (--build | --serve)

starts the frontend server

optional arguments:
  -h, --help            show this help message and exit
  --hideumm             Hide UMM from the side menu
  --build               create a build of the front end
  --serve               serve the front end

required arguments:
  --services {EABC,ECM,TAM,prompt} [{EABC,ECM,TAM,prompt} ...]
                        List of all the microservices to include in
                        build/serve

...

Example command: (serve)

Code Block

...

`python script.py --services ECM EABC TAM --serve`

...

Creating Docker Image

  1. Build the code using:

    Code Block
    python script.py --services ECM EABC TAM --build
  2. Create docker image using:

    Code Block
    docker build -t <image name>:tag .

If the above steps are not working, follow the below steps:

OS, Software/Tools & Packages

Version

Windows

11

Node Version

11.15.0

NPM version

6.7.0

Bower version

1.8.14

Python

3.12.0

Installation Steps (Windows) 

Code Block
python script.py --services ECM EABC TAM --hideumm  --build

Copy the  EABC,ECM,TAM,prompt Folders and paste it to Base/src/app (if you are facing the below errors)


Image Removed


  1. Install Python 3.12.0.

  2. Run Python as Administrator 

Select folder > Base

  1. Delete the package-lock.json file.

  2. Delete node_module folder if exists.

  3. npm cache clean -f

  4. npm cache verify

  5. npm install -g bower

  6. npm install -g gulp

  7. npm install

    if you are facing the node-sass error:


Image Removed
  1. run the

command
  1. commands:

    Code Block
    npm uninstall node-sass
& >
  1.  
    npm install node-sass@4.14.1
  2. bower install
    Select the 1st option of the JQuery version if not found the existing one during the bower installation

Image Removed
  1. Image Added
  2. gulp build (if you are facing the below issue run the command ) npm install gulp-sass@4.1.1 --save-dev and re-run gulp build

Image Removed
  1. Image Added
  2. gulp serve