parent
e5dc115607
commit
305c108825
1 changed files with 5 additions and 6 deletions
11
README.md
11
README.md
|
@ -1,9 +1,6 @@
|
||||||
# hymenobacterdotinfo
|
# hymenobacterdotinfo
|
||||||
|
|
||||||
Detailed information to come --- for now see the ember-cli boilerplate below.
|
This ember application is an interface for the [bactdb](https://github.com/thermokarst/bactdb).
|
||||||
|
|
||||||
This README outlines the details of collaborating on this Ember application.
|
|
||||||
A short introduction of this app could easily go here.
|
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
|
@ -17,13 +14,14 @@ You will need the following things properly installed on your computer.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
* `git clone <repository-url>` this repository
|
* `git clone https://github.com/thermokarst/hymenobacterdotinfo` this repository
|
||||||
* change into the new directory
|
* change into the new directory
|
||||||
* `npm install`
|
* `npm install`
|
||||||
* `bower install`
|
* `bower install`
|
||||||
|
|
||||||
## Running / Development
|
## Running / Development
|
||||||
|
|
||||||
|
* Launch `bactdb`
|
||||||
* `ember server`
|
* `ember server`
|
||||||
* Visit your app at [http://localhost:4200](http://localhost:4200).
|
* Visit your app at [http://localhost:4200](http://localhost:4200).
|
||||||
|
|
||||||
|
@ -43,7 +41,8 @@ Make use of the many generators for code, try `ember help generate` for more det
|
||||||
|
|
||||||
### Deploying
|
### Deploying
|
||||||
|
|
||||||
Specify what it takes to deploy your app.
|
* `ember build -e staging`
|
||||||
|
* `firebase deploy`
|
||||||
|
|
||||||
## Further Reading / Useful Links
|
## Further Reading / Useful Links
|
||||||
|
|
||||||
|
|
Reference in a new issue