From 21592e90bfe25a0d4262e3d00d738448cded106d Mon Sep 17 00:00:00 2001 From: Will Abson Date: Fri, 6 May 2016 13:53:18 +0100 Subject: [PATCH] Add info on dev-platform-js-api dependency to README and start.sh Refs #7 --- README.md | 4 ++++ start.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 8b3728c71e..92d75b6eb0 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ For development configuration please refer to* **Configuring development environ ##### Using setup script (recommended) ```sh +git clone https://github.com/Alfresco/dev-platform-js-api.git git clone https://github.com/Alfresco/dev-platform-webcomponents.git cd dev-platform-webcomponents ./start.sh @@ -26,7 +27,9 @@ cd dev-platform-webcomponents ##### Manual setup ```sh +git clone https://github.com/Alfresco/dev-platform-js-api.git git clone https://github.com/Alfresco/dev-platform-webcomponents.git + cd dev-platform-webcomponents/demo-shell-ng2 npm install @@ -34,6 +37,7 @@ npm install ../ng2-components/ng2-alfresco-core npm install ../ng2-components/ng2-alfresco-login npm install ../ng2-components/ng2-alfresco-documentlist npm install ../ng2-components/ng2-alfresco-upload +npm install ../../dev-platform-js-api npm run build.dev ``` diff --git a/start.sh b/start.sh index 01206d426c..6a5c08418e 100755 --- a/start.sh +++ b/start.sh @@ -6,5 +6,6 @@ npm install ../ng2-components/ng2-alfresco-core npm install ../ng2-components/ng2-alfresco-documentlist npm install ../ng2-components/ng2-alfresco-login npm install ../ng2-components/ng2-alfresco-upload +npm install ../../dev-platform-js-api npm run build.dev