mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Update README.md
This commit is contained in:
11
README.md
11
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.
|
- 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
|
### Running demo project
|
||||||
|
|
||||||
*Steps below show the quickest way to get demo shell up and running.*
|
*Steps below show the quickest way to get demo shell up and running.*
|
||||||
|
Reference in New Issue
Block a user