A simple tool to provide # information to microarray facility customers.
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
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