mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix start script and add update command
This commit is contained in:
parent
0f9dc6951a
commit
40946d5fc0
@ -49,12 +49,18 @@ git clone https://github.com/Alfresco/dev-platform-webcomponents.git
|
|||||||
cd dev-platform-webcomponents
|
cd dev-platform-webcomponents
|
||||||
```
|
```
|
||||||
|
|
||||||
* Start the demo and Install all the dependencies (do it the first time or after a project update)
|
* Start the demo and Install all the dependencies (do it the first time)
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
./start.sh -install
|
./start.sh -install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Start the demo and update the dependencies
|
||||||
|
|
||||||
|
```sh
|
||||||
|
./start.sh -update
|
||||||
|
```
|
||||||
|
|
||||||
* Start the demo
|
* Start the demo
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user