1.6 KiB
#Windows Installation of Alfresco Angular 2 Components project with Docker
Note: Following these instructions from scratch will download in excess of 3.5Gb and will at various times require access to Alfresco network resources, so probably best run from the office.
-
Clone this git repository locally (access permissions will be required):
https://github.com/Alfresco/dev-platform-webcomponents -
Clone this git repository locally (access permissions will be required):
https://github.com/Alfresco/dev-platform-js-api -
Follow these instructions to install Docker - up until the 'hello world' point as a verification of installation success:
https://docs.docker.com/engine/installation/windows/
Leave the launched shell running. -
Start following these Alfresco Angular 2 Components installation instructions to just before the 'docker-compose up' command:
https://github.com/Alfresco/dev-platform-webcomponents/blob/master/demo-shell-ng2/README.md -
From the docker shell you left open, navigate into the demo-shell-ng2 directory of the 'dev-platform-webcomponents' codebase.
-
Continue with the Alfresco Angular 2 Components instructions from the 'docker-compose up' command, using the previously launched docker shell (starts docker with the Alfresco image), including the 'Configuring development environment' instructions:
https://github.com/Alfresco/dev-platform-webcomponents/blob/master/demo-shell-ng2/README.md -
Finally, from another favourite shell, run the ng2 app by following the instructions in the Building and running section to 'install' and 'start'.