- Version 1.0.A
- Ubuntu 14.04 or higher (16.04 recommended)
- Git
- Text editor (atom recommended)
Note: Node.js is required. So install node.js first (https://nodejs.org/en/download/).
For the most recent LTS (the 6.x branch), use:
$ curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
$ sudo apt-get install nodejs
$ sudo apt-get install npm
$ npm install -g npm
$ npm install -g bower
$ npm install -g gulp
(use sudo if it says permission denied)
$ cd /retake-web
$ npm install bower
$ npm install gulp
$ npm install
$ bower install
for npm
npm config set proxy "http://proxy22.iitd.ernet.in:3128/"
for bower create a .bowerrc
file and copy paste these lines
{
"proxy":"http://proxy22.iitd.ac.in:3128",
"https-proxy":"http://proxy22.iitd.ac.in:3128"
}
To run the project.
$ gulp
- npm ERR! argv "/usr/bin/nodejs" "/usr/bin/npm" "install" "-g" "npm"
$ sudo ln -s "$(which nodejs)" /usr/bin/node
- Deepak, korkudeepak@gmail.com
- Manish, manish9461@gmail.com