public
Description: A framework for creating configurable, distributable tasks and workflows.
Homepage: http://tap.rubyforge.org
Clone URL: git://github.com/bahuvrihi/tap.git
tap / tap-server
name age message
..
file History Loading commit data...
file MIT-LICENSE Mon Feb 16 23:41:10 -0800 2009 documentation updates for rap [bahuvrihi]
file README
file Rakefile
directory cmd/
directory controllers/
directory lib/
directory public/
file tap-server.gemspec
file tap.yml Wed Dec 31 08:47:06 -0800 2008 updates to run tests with submodules [bahuvrihi]
directory test/
directory 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]