Installation
Intall the dependencies and tools
1- Install dependencies:
- Mysql http://www.mysql.com/ (default database)
- If you want to use other database see: http://wejs.org/docs/we/database
- Node.js http://nodejs.org/
- For Node.js installation use the node NVM or the nodesource repositories
- npm https://npmjs.org/
1.1- Optional:
- graphicsmagick http://www.graphicsmagick.org/ (for we-plugin-file-local)
- check in your package manager
2- Install we.js CLI and yeoman generator:
Install we.js cli (we), yeoman (yo) and the yeoman we.js generator (generator-wejs)
npm install we yo generator-wejs -g
Others links:
- How to install in Windows 10: https://github.com/wejs/docs/blob/master/docs/getstarted/installation-windows-10.md
- How to install we.js in ubuntu 15.04: https://gist.github.com/albertosouza/8af1c779253fce5c3988
afterContent: