Skip to content
Seungbin Yim edited this page Jun 13, 2014 · 49 revisions

Welcome to the webofneeds wiki!

Installation

If you are having problems have a look at Troubleshooting.

Setting up Frontend Development Environment for Windows (AngularJS)

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.

  1. Goto http://nodejs.org/download/ and download the NodeJS version you need.
  2. install NodeJS
  3. make sure that NodeJS is correctly installed by opening a Windows Command Console and typing "Node" then enter.
  4. install bower by following the instruction here http://bower.io/
    4.1. 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.
  5. now bower packages can be installed with the following command. (make sure you've opened the command console in admin mode)
    'bower install <package>#' for example, installing angularJS of version 1.0.8 would look like this.
    'bower install angular#1.0.8'

Development Guidelines

Clone this wiki locally