bahuvrihi / tap
- Source
- Commits
- Network (0)
- Issues (11)
- Downloads (40)
- Wiki (4)
- Graphs
-
Tree:
49c8c20
commit 49c8c20efd60a4b6e2c171478117d2e020470e8f
tree 3b9110f1a0360068735441dc16c31e4163a3bb02
parent 35113e59e99e87368c296b2e418528c5d701f968
tree 3b9110f1a0360068735441dc16c31e4163a3bb02
parent 35113e59e99e87368c296b2e418528c5d701f968
tap / tap-server
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
History | ||
| |
MIT-LICENSE | ||
| |
README | ||
| |
Rakefile | ||
| |
cmd/ | ||
| |
controllers/ | ||
| |
lib/ | ||
| |
public/ | ||
| |
tap-server.gemspec | ||
| |
tap.yml | Fri Apr 17 22:56:41 -0700 2009 | |
| |
test/ | ||
| |
views/ |
tap-server/README
= {Tap Server}[http://tap.rubyforge.org/tap-server]
A web interface for {Tap}[http://tap.rubyforge.org/rdoc].
== Description
{Tap Server}[http://tap.rubyforge.org/tap-server] provides a web interface for
Tap tasks. The basic interface allows the construction and execution of
workflows, rendering of task results, and facilitates distributable
controllers. The intention is not to make websites for the masses, but rather
a local interface for individuals and small groups.
{Tap Server}[http://tap.rubyforge.org/tap-server] is a part of the
{Tap-Suite}[http://tap.rubyforge.org/tap-suite]. Check out these links for
documentation, development, and bug tracking.
* Website[http://tap.rubyforge.org]
* Lighthouse[http://bahuvrihi.lighthouseapp.com/projects/9908-tap-task-application/tickets]
* Github[http://github.com/bahuvrihi/tap/tree/master]
* {Google Group}[http://groups.google.com/group/ruby-on-tap]
== Usage
To get a peek, use the command:
% tap server
Then go to the url 'localhost:8080'. Currently tap-server is in alpha and
should not be considered stable.
== Installation
Tap Server is available as a gem on RubyForge[http://rubyforge.org/projects/tap]. Use:
% gem install tap-server
Tap requires an updated version of RubyGems[http://docs.rubygems.org/]
(>= 1.2.0). To check the version and update RubyGems:
% gem --version
% gem --update system
== Info
Copyright (c) 2009, Regents of the University of Colorado.
Developer:: {Simon Chiang}[http://bahuvrihi.wordpress.com], {Biomolecular Structure Program}[http://biomol.uchsc.edu/],
{Hansen Lab}[http://hsc-proteomics.uchsc.edu/hansenlab/]
Support:: CU Denver School of Medicine Deans Academic Enrichment Fund
Licence:: {MIT-Style}[link:files/MIT-LICENSE.html]

