Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 824 Bytes

README.md

File metadata and controls

47 lines (39 loc) · 824 Bytes

pmm-shop-poc

Installation

Install prerequisites (depending what you have already installed on your computer, not all steps are required)

0.1) Install utilities

$ sudo apt-get install curl

0.2) Install nodejs

$ sudo apt-get install nodejs

or for v4

$ curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash -
$ sudo apt-get install -y nodejs

0.3) Install npm

$ sudo apt-get install npm

0.4) Install git

$ sudo apt-get install git

Install product-configurator (for proof-of-concept)

  1. Clone repository
git clone https://github.com/apfeuti/pmm-shop-poc.git
  1. Install dependencies
$ cd pmm-shop-poc
$ npm install
  1. Launch application
$ nodejs httpserver
  1. Launch your webbrowser and type in URL: http://localhost:5000