Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 88: Line 88:
  
 
''The good word gone bad. Cruft. Lint. Maybe useful. Probably not.''
 
''The good word gone bad. Cruft. Lint. Maybe useful. Probably not.''
 +
 +
== Load balancing and Failover  ==
 +
*[[Building Squid|Building Squid]] - ''How to build, install and configure Squid''
  
 
== Rearchitecture ==
 
== Rearchitecture ==

Revision as of 18:57, 5 January 2011

This page contains information pertinent to employees of WormBase.

Project Management

Web Site Development Guidelines

Documents pertaining to WormBase 2.0


The Web Application

  • Application overview - An overview of the web application, including MVC structure, request flow, caching, etc
  • Configuration -- Application and view configuration: formatting and standards
  • WormBase::API -- The WormBase data model, maintained external to the web application
  • View -- Templating system, commom template elements, javascript, and CSS
  • Model -- The web application model; thin, glued to the external Model
  • Controller -- Overview of controller files and actions

Administration

Architecture

Software Platform

Hardware Platform

Updates

Routine Administration Tasks

Monitoring and Crises Management

Frozen Releases

Source Code Repositories

We use the distributed source code management system Mercurial. Projects are hosted on BitBucket.

How-To create, check out, and manage our repositories

Deprecated Documentation

The good word gone bad. Cruft. Lint. Maybe useful. Probably not.

Load balancing and Failover

Rearchitecture

  • HOWTO migrate a CGI - quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse


Frozen Releases as Virtual Machines