cms/app-client/README.md
changeset 104 bd3747a1cd5f
parent 5 d4b3da0dadc9
child 105 63b9014bb58b
--- a/cms/app-client/README.md	Fri Jan 22 16:02:37 2016 +0100
+++ b/cms/app-client/README.md	Fri Jan 22 16:03:37 2016 +0100
@@ -22,7 +22,7 @@
 
 ## Running / Development
 
-* `ember server`
+* `npm start` (shortcut for `ember serve --environment=development` which serve the application)
 * Visit your app at [http://localhost:4200](http://localhost:4200).
 
 ### Code Generators
@@ -34,20 +34,11 @@
 * `ember test`
 * `ember test --server`
 
-### Building
-
-* `ember build` (development)
-* `ember build --environment production` (production)
-
-### Deploying
-
-Specify what it takes to deploy your app.
+## Build / Production
 
-## Further Reading / Useful Links
+* `npm build` (shortcut for `ember build --environment=production` which serve the application)
+* Visit /dist to check the built files
 
-* [ember.js](http://emberjs.com/)
-* [ember-cli](http://www.ember-cli.com/)
-* Development Browser Extensions
-  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
-  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
+## Api configuration
 
+* As Ember advices, all the logic of the api (host, namespace), is located in /adapters/application.js