No description
This repository has been archived on 2025-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Matthew Dillon 4f4b5d8a4d Merge branch 'master' into clostridium
* master:
  ember-cli 1.13.13
2015-11-28 11:35:23 -07:00
app Merge branch 'master' into clostridium 2015-11-25 21:31:24 -07:00
config Merge branch 'master' into clostridium 2015-11-16 16:59:10 -07:00
public Global injection 2015-06-11 13:57:29 -08:00
tests Merge branch 'master' into clostridium 2015-11-17 08:13:07 -07:00
vendor Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
.bowerrc Initial Commit from Ember CLI v0.1.5 2015-01-12 13:04:31 -09:00
.editorconfig ember-cli 0.2.2 2015-03-31 09:06:26 -08:00
.ember-cli Pods, pods, everywhere 2015-06-05 08:35:44 -08:00
.gitignore ember-cli 1.13.12 2015-11-13 08:55:20 -07:00
.jshintrc ember-cli-mirage 2015-11-02 16:28:57 -07:00
.travis.yml Tweak shippable config 2015-11-05 06:47:10 -07:00
.watchmanconfig ember-cli 1.13.11 2015-11-12 06:36:22 -07:00
bower.json Merge branch 'master' into clostridium 2015-11-28 11:35:23 -07:00
ember-cli-build.js select2 4.0 2015-11-17 12:33:30 -07:00
firebase.json update merge 2015-10-29 12:09:26 -07:00
package.json Merge branch 'master' into clostridium 2015-11-28 11:35:23 -07:00
README.md fixed merge conflict in tests/index 2015-11-13 08:33:04 -07:00
testem.json ember-cli 0.2.5 (take 2) 2015-06-05 13:17:43 -08:00

clostridiumdotinfo

This ember application is an interface for the bactdb.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/thermokarst/hymenobacterdotinfo this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

  • ember build -e staging
  • firebase deploy