Giter Site home page Giter Site logo

mfp-customer's Introduction

setup instruction

To start dev env in windows, please follow the below steps on Windows Cmd or Bash CLI

Assuming you already have nodejs installed. Run the following command one by one.

git clone https://github.com/ekalaiv/IPSS-Microservices.git
git checkout fe/dev

If you have not created a new branch for yourself the run the below command

git checkout -b <your short name>/fe/dev

If you already have your local dev branch then

git checkout <your short name>/fe/dev

Then change directory to

cd fe/mfp-gen-chk-rpt
npm i
npm start

Once successfullt started try accessing http://localhost:10086 in Google Chrome.

To start dev environment in linux, please run,

sudo npm start

To build for production, please run

sudo npm run build

To build dev docker imagee please use the following command

sudo docker build -f ./Dockerfile.dev -t mfp-gen-chk-rpt-image-dev .

To build prod docker imagee please use the following command

sudo docker build -f ./Dockerfile.prod -t mfp-gen-chk-rpt-image-prod .

To start a development container, please run

sudo docker container run -d -p 10086:10086 --name mfp-gen-chk-rpt-dev mfp-gen-chk-rpt-image-dev

To start a prod container, please run

sudo docker container run -d -p 10086:80 --name mfp-gen-chk-rpt-prod mfp-gen-chk-rpt-image-prod

To bash into to the container, please use

 sudo docker exec -it mfp-gen-chk-rpt-dev bash

To stop the dev container, use,

sudo docker container stop mfp-gen-chk-rpt-dev

To remove the dev container, use,

sudo docker container rm mfp-gen-chk-rpt-dev

To remove the dev image, use,

sudo docker image rm mfp-gen-chk-rpt-image-dev

mfp-customer's People

Contributors

dsquarezone avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.