WT Dashboard
8.4K
This README outlines the details of collaborating on this Ember application.
This is the EmberJS/Semantic UI WholeTale dashboard.
You will need the following things properly installed on your computer.
git clone <repository-url> this repositorynpm installbower installember serveRunning using the test Dev Environment:
Running using the production Environment:
Run using development (default):
Girder does not issue cookies for localhost. To authenticate on localhost, you will need to first log into https://girder.wholetale.org/ and then copy the cookie locally.
Make use of the many generators for code, try ember help generate for more details
ember testember test --serverember build (development)ember build --environment production (production)Specify what it takes to deploy your app.
Wholetale uses components in the Pods structure and uses this add on:
ember install ember-cli-component-pod
to allow components to be generated in this format. The resulting structure looks like this for a component called shape-3d:
shape-3d/component.js shape-3d/style.scss shape-3d/template.js
which allow you to add specific CSS styles, javascript functonality and HTML templates for the components. To create a new component, you would use the following Ember CLI:
ember g component-pod shape-3d
which would create the component, template and stylesheet.
Clean Installation
bower cache clean bower install --force bower prune
We use Ember truth helpers to make the handle bars code more readable:
Content type
Image
Digest
Size
16.8 MB
Last updated
about 6 years ago
docker pull wholetale/dashboard