Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.3 KB

PREREQUISITES.md

File metadata and controls

27 lines (19 loc) · 1.3 KB

Prerequisites for building and running apps with the Alfresco Application Development Framework

The Angular based application development framework requires the following:

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 by running node -v and npm -v in a terminal/console window. Older versions produce errors.

Installing Node.js

If you don't have Node.js installed then access this page and use the appropriate installer for your OS.

Make sure the Node.js version is > 5:

$ node -v
v5.12.0