This small web application helps users to estimate the price of a mastering with "Little Big Music" recording studio. It is deployed here: http://littlebigmusic.eu/
This README outlines the details of collaborating on this Ember application.
git clone
this repositorynpm install
bower install
ember server
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
ember test
ember test --server
ember build
ember build --environment=production
For more information on using ember-cli, visit http://iamstef.net/ember-cli/.
###node.js
Procédure d'installation de node.js :
mkdir tmp cd tmp curl http://nodejs.org/dist/node-latest.tar.gz -o node-latest.tar.gz tar xvf node-latest.tar.gz cd node-v0.x.x ./configure make make install node -v
###npm : Node Package Manager
Procédure d'installation de npm :
curl http://npmjs.org/install.sh | sh
Si problème de sécurité, changer temporairement les droits du répertoire /usr/bin/node
Site [http://www.ember-cli.com/]
npm install -g ember-cli
Package manager qui permet de garder les dépendances à jour
npm install -g bower
Les tests d'intégration sont lancés avec PhantomJS:
npm install -g phantomjs