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.*