[ACS-3908] Add node version manager support (#7960)

* [ACS-3908] Add node version manager support

* [ACS-3908] Correct node version
This commit is contained in:
MichalKinas
2022-11-08 11:19:48 +01:00
committed by GitHub
parent 558d16006a
commit d571943274
3 changed files with 119 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ The first thing to do is to check the prerequisites and the requirements to run
More in particular check that you have:
- Alfresco Content Services (alias ACS) Enterprise edition up and running (identify the URL that will be required as configuration).
- The latest lts version of [NodeJs](https://nodejs.org/en/ "https://nodejs.org/en/").
- The latest lts version of [NodeJs](https://nodejs.org/en/ "https://nodejs.org/en/"). For more convenient Node.js version management please check out [Node Version Management](./docs/tutorials/nvm.md).
- A recent (and supported) version of a browser (see [here](https://github.com/Alfresco/alfresco-ng2-components#browser-support "https://github.com/Alfresco/alfresco-ng2-components#browser-support") for further details).
All the Angular development is done using the [Typescript](https://www.typescriptlang.org/ "https://www.typescriptlang.org/") language. With this in mind, it is highly suggested to adopt a good text editor to help you in this task. We recommend [Visual Studio Code](http://code.visualstudio.com/ "http://code.visualstudio.com/") a free, lightweight, and _very_ powerful tool from Microsoft that works well with Angular development and has a [big ecosystem of plugins](https://marketplace.visualstudio.com/VSCode "https://marketplace.visualstudio.com/VSCode") to make the developer experience even better.
@@ -101,4 +101,4 @@ In case of problems raise a question into the [Alfresco Forum](https://hub.alfre
# Other types of ADF based applications
In this tutorial you learned how to create an ADF based application from scratch, running against an existing instance of Alfresco Content Services. Using the [ADF Yeoman Generator](https://github.com/Alfresco/generator-alfresco-adf-app "https://github.com/Alfresco/generator-alfresco-adf-app"), more in particular during the creation of the ADF based application, you can decide to use a different application blueprint (content only, content and process and process only). The tasks described above dont really change except for the fact that you have to update the URLs of the backend services accordingly.
In this tutorial you learned how to create an ADF based application from scratch, running against an existing instance of Alfresco Content Services. Using the [ADF Yeoman Generator](https://github.com/Alfresco/generator-alfresco-adf-app "https://github.com/Alfresco/generator-alfresco-adf-app"), more in particular during the creation of the ADF based application, you can decide to use a different application blueprint (content only, content and process and process only). The tasks described above dont really change except for the fact that you have to update the URLs of the backend services accordingly.