Update README.md

This commit is contained in:
Mario Romano
2016-05-19 13:18:54 +01:00
parent 8d9fb7ecd5
commit f3355f1019

View File

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