Skip to content
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:inab/dataportal
Browse files Browse the repository at this point in the history
  • Loading branch information
vdelatorrelabs committed Apr 8, 2014
2 parents fb8762e + ac50b41 commit 227eeec
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,48 @@
About
-----

The main goal of this project is to create a system able to provide answers to specific biological research questions around the data acumulated from different experiments and annotations.

The questions or use cases will be defined previous to the development, in this way we garantee that the platform, once completely developed is able to satisfy real needs of the community.

How to contribute
-----------------

The master branch will contain horizontal functionalities that are common to all the use cases. Please create a new brach for each new use case you pretend to solve within the system. As an example the branch "Variant annotations" will hold the developments around the genomic variant annotation functionality.

Wiki
----

Please use the wiki pages to add new use cases, one per page. Please document the use case as much as possible before to start asking for pull requests.

Installation
------------

1) Download [Elasticsearch] (http:https://www.elasticsearch.org/overview/elkdownloads/) and extract the content in a folder

Then run

```
./bin/elasticsearch
```

2) Download and install [NodeJs] (http:https://nodejs.org/)

(Remember to add the "bin" subdirectory to the PATH environment variable)

3) Download and install [Grunt] (http:https://gruntjs.com/), using next:

```
npm install -g grunt-cli
```

4) Clone this repository and execute the grunt command

```
git clone https://github.com/inab/dataportal.git
cd dataportal
npm install
grunt
```

The application will start on http:https://localhost:3000

0 comments on commit 227eeec

Please sign in to comment.