Skip to content

Commit

Permalink
Merge pull request #1 from deveshkau/deveshkau-patch-1
Browse files Browse the repository at this point in the history
Updated Read.me
  • Loading branch information
yottabytedev committed Jun 19, 2019
2 parents d7fdbb3 + 7701f20 commit 280d301
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,25 @@ Two main subcomponents:
npm run dev

Linux Setup:
Install Node Js etc.
#sudo apt-get -y install build-essential && \
curl -sL https://deb.nodesource.com/setup_8.x | bash && \
apt-get install --yes nodejs && \
node -v && \
npm -v && \
npm i -g nodemon && \
nodemon -v && \
apt-get clean
Install Node Js etc.

sudo apt-get -y install build-essential
curl -sL https://deb.nodesource.com/setup_8.x | bash
apt-get install --yes nodejs
node -v
npm -v
npm i -g nodemon
nodemon -v
apt-get clean

Build:
# cd bazaar
# npm install && npm run build-onprem
Build:

cd bazaar
npm install && npm run build-onprem

Run the service:
# npm run start-onprem
Run the service:

npm run start-onprem



Expand Down

0 comments on commit 280d301

Please sign in to comment.