Angular installation
First install Python virtualenv
virtualenv-2.7 --no-site-packages pythonenv
cd pythonenv
And some other libs
gem update --system && gem install compass
Then install nodeenv. ( You can find the python package here : Nodeenv )
bin/pip install nodeenv
bin/nodeenv nodeenv
To activate nodejs
source ../nodejs/nodeenv/bin/activate
Download app
git clone git@github.com:getpenelope/penelope.js.git
rename your app in bower.json (this name has to be the name given to the app folder es: client)
npm install -g bower grunt-cli
bower install
grunt serve