Activiti 7 and ADF tutorial review. (#4681)

This commit is contained in:
Francesco Corti 2019-05-02 11:15:07 +02:00 committed by Eugenio Romano
parent 07da98e1bc
commit bbb28c9d68

View File

@ -49,7 +49,7 @@ file as shown below:
runtime-bundle: runtime-bundle:
enabled: true enabled: true
service: service:
name: my-app/rb \\ <-- change it here! name: rb \\ <-- change it here!
... ...
``` ```
@ -94,7 +94,7 @@ After your changes, the `app.config.json` file should look like the example belo
Then, set the `alfresco-deployed-apps` property as shown below. Then, set the `alfresco-deployed-apps` property as shown below.
"alfresco-deployed-apps": [{"name":"my-app"}] "alfresco-deployed-apps": [{"name":""}]
When you are done, save the `app.config.json` file and launch the application by executing When you are done, save the `app.config.json` file and launch the application by executing
the `npm start` command. You should now be able to use your own ADF application the `npm start` command. You should now be able to use your own ADF application