-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from sanger/develop
Merge develop into master
- Loading branch information
Showing
4 changed files
with
25 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,19 @@ | ||
Unified Warehouse Builder | ||
========================= | ||
[![Build Status](https://travis-ci.org/radome/unified_warehouse.svg?branch=test_openstack)](https://travis-ci.org/radome/unified_warehouse) | ||
# Unified Warehouse Builder | ||
|
||
Description | ||
----------- | ||
[![Build Status](https://travis-ci.org/sanger/unified_warehouse.svg?branch=develop)](https://travis-ci.org/sanger/unified_warehouse) | ||
|
||
This application is a denormalised warehouse for multiple LIMS. | ||
|
||
Usage (Development) | ||
---------------------- | ||
## Usage (Development) | ||
|
||
1. Clone the git repository | ||
2. Ensure ruby-2.5.1 is installed | ||
3. Install the relevant gems through bundler: | ||
`bundle install` | ||
4. Ensure the test suite is running: | ||
`bundle exec rspec` | ||
1. Install the relevant ruby is installed - have a look in the `.ruby-version` file | ||
1. Install bundler the version of bundler used to create the `Gemfile.lock`: | ||
|
||
gem install bundler -v $(tail -1 Gemfile.lock) | ||
1. Install the relevant gems using bundler: | ||
|
||
bundle install | ||
1. Ensure the test suite is running and passing: | ||
|
||
bundle exec rspec |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters