-
Notifications
You must be signed in to change notification settings - Fork 20
Home
m0ru edited this page Jul 7, 2015
·
49 revisions
Welcome to the webofneeds wiki!
If you are having problems have a look at Troubleshooting.
For AngularJS development we need to install Bower.(http://bower.io/)
Bower is a package manager for the web.
Before installing Bower, we have to make sure that we have NodeJS and Git installed.
- Goto http://nodejs.org/download/ and download the NodeJS version you need.
- install NodeJS
- make sure that NodeJS is correctly installed by opening a Windows Command Console and typing
node -v
then enter. If it didn't work, check whether or not your node-directory are in your system-path-variable
- Windows users need to install msygit(https://code.google.com/p/msysgit/) with the right option. see the bower installation instruction for the right option.
- the maven install task will download and install bower and jspm for you that in turn will be used to install the owner-apps dependencies.