8000 GitHub - sanger/mixtio at v1.3
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sanger/mixtio

Repository files navigation

mixtio

Build Status

Reagent creation and barcoding service for DNA Pipeline.

Installation (for testing and development)

  1. Remove ".sample" from the following file names:
  • config/ldap.yml
  • config/mailer.yml
  • config/print_service.yml
  • config/secrets.yml
  1. In config/application.rb line 25, set:
config.stub_ldap = true
  1. In Rails console ($ rails console):
> team = Team.create(name: "Team Name")
> user = User.create(username: "Username", team_id: team.id)
  1. Run rails server and navigate to http://localhost:3000
  2. Log in with your chosen username and no password.

Initialising data

To initialize data while dev-ing/testing run: rake consumables:load

Testing

To run tests, execute: rake spec

Misc

Gems used

0