From f3355f1019ba4a3c8458ad92bb54762713c868f1 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 19 May 2016 13:18:54 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 09a5d01441..15eb6ab58b 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,17 @@ - Alfresco repository with CORS enabled. A Docker-compose file is provided by the [demo-shell](demo-shell-ng2/README.md) app. +## Private Npm repository configuration + +All the components are stored in our private repository, the address is http://52.16.120.219:4873/. The repository is visible only from the Alfresco VPN. + +How to configure it: + +```sh +npm set registry http://52.16.120.219:4873 +npm adduser --registry http://52.16.120.219:4873 +``` + ### Running demo project *Steps below show the quickest way to get demo shell up and running.*