Skip to content

HISMalawi/MLAB-Core-Release

Repository files navigation

MLAB Core Release

IBLIS Frontend Releases

Prerequsites

  • Node.js^18.x or greater
  • PM2

Installation

  1. Clone the repository:
   git clone https://github.com/HISMalawi/MLAB-Core-Release.git
  1. Install dependencies
   npm install pm2 serve -g

Deployment

   cd MLAB-Core-Release
   git fetch --tags
   git checkout [tag]
   git describe --tags
   bash network.bash
   cp iblis_reception/config.json.example iblis_reception/config.json
   vim iblis_reception/config.json #Edit config.json to your needs based on the backend
   pm2 start ecosystem.config.js
   pm2 save