Skip to content

Public front-end wizard interface to find #, private back-end to manage # info

Notifications You must be signed in to change notification settings

systemsbiology/array_pricer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Array # Wizard

A simple tool to provide # information to microarray facility customers.

How do I install it?

Prerequisites:

  • Ruby version 1.8.6 or 1.8.7

  • RubyGems 1.3 or higher

  • Bundler 1.0 or higher

This is a Ruby on Rails application. Those familiar with setting up Ruby on Rails applications may find the following sufficient to get it up and running (with slimcore):

git clone git://github.com/systemsbiology/array_pricer.git
cd array_pricer
bundle install

cp config/application.yml.example config/application.yml
cp config/database.yml.example config/database.yml

Edit config/application.yml and config/database.yml to set your application and database configuration settings. Then run:

bin/rake db:migrate
script/server

Administrator access

Assuming you’re running at localhost:3000, go to localhost:3000/microarrays. You’ll be prompted for login credentials, which can be set in config/application.yml, but are by default:

username: slimbot password: test

About

Public front-end wizard interface to find #, private back-end to manage # info

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published