Update PREREQUISITES.md

This commit is contained in:
Mario Romano 2016-11-02 14:33:49 +00:00 committed by GitHub
parent bbd533c4d1
commit b128c27645

View File

@ -6,6 +6,9 @@ The [Angular 2](https://angular.io/) based application development framework req
- [Download and install Activiti](https://www.alfresco.com/products/bpm/alfresco-activiti/trial) - [Download and install Activiti](https://www.alfresco.com/products/bpm/alfresco-activiti/trial)
- [Node.js](https://nodejs.org/en/) JavaScript runtime. - [Node.js](https://nodejs.org/en/) JavaScript runtime.
- [npm](https://www.npmjs.com/) package manager for JavaScript. - [npm](https://www.npmjs.com/) package manager for JavaScript.
- (If you use ECM and BPM togheter) Make sure your user has the same username and password in both system
*Note: Default username for activiti is "admin@app.activiti.com" and "admin" for Alfresco, and also the default password are different. Change them to be equal.
**Verify that you are running at least node `v5.x.x` and npm `3.x.x`** **Verify that you are running at least node `v5.x.x` and npm `3.x.x`**
by running `node -v` and `npm -v` in a terminal/console window. by running `node -v` and `npm -v` in a terminal/console window.