Difference between revisions of "WebApollo Embed"

From GMOD
Jump to: navigation, search
(Description of setting up WebApollo as an embedded web application)
(How it works)
Line 12: Line 12:
  
 
==How it works==
 
==How it works==
The two key things that must be done for multiple species/users/sessions on one server are creating multiple tomcat webapps by cloning the WebApollo Directory tree
+
The key thing that must be done for multiple species/users/sessions on one server is creating multiple tomcat webapps by cloning the WebApollo Directory tree.

Revision as of 15:09, 8 October 2013

Description of setting up WebApollo as an embedded web application

Use case

  1. Run WebApollo as an integrated component of a web application
  2. Support multiple species
  3. Support multiple users with private editing session
    • Users can have multiple projects/species
  4. Jump straight to edit mode without user login

Installation

  1. Use the regular installation/configuration procedure
  2. Use exemplar species sequence annotations, we will add multiple species support below

How it works

The key thing that must be done for multiple species/users/sessions on one server is creating multiple tomcat webapps by cloning the WebApollo Directory tree.