Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 60: Line 60:
 
* [[Testing|Testing]] - ''Testing guidelines for the web application and hardware platform''
 
* [[Testing|Testing]] - ''Testing guidelines for the web application and hardware platform''
 
* [[Website:Profiling|Profiling]] - ''Profiling the web application, performance tuning, identifying memory and I/O bottlenecks, and historical benchmarks''
 
* [[Website:Profiling|Profiling]] - ''Profiling the web application, performance tuning, identifying memory and I/O bottlenecks, and historical benchmarks''
* [[Cronjobs|Cronjobs]]
+
* [[Cronjobs|Cronjobs]] - ''a full accounting of all cronjobs at WB''
* [[Creating_a_Google_Sitemap|Creating a Google Sitemap]]
+
* [[Creating_a_Google_Sitemap|Creating a Google Sitemap]] - ''how to tell Google which URLs to index''
 
* [[Managing Perl Libraries]] - ''Managing Perl libraries across projects and architectures''
 
* [[Managing Perl Libraries]] - ''Managing Perl libraries across projects and architectures''
 
* [[Log file management and analysis|Log file management and analysis]] - ''rotating and analyzing logs.''
 
* [[Log file management and analysis|Log file management and analysis]] - ''rotating and analyzing logs.''
 
* [[Site_statistics|Site statistics]]
 
* [[Site_statistics|Site statistics]]
 
* [[GBrowse Administration]] -- ''building, configuring, and maintaining production GBrowse nodes.''
 
* [[Building WormMart|Building WormMart]] - ''How to convert a WormBase AceDB database into WormMart''
 
  
 
== Monitoring and Crises Management ==
 
== Monitoring and Crises Management ==

Revision as of 18:55, 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

  • Installing WormBase - How to get a basic installation of WormBase up and running
  • Production Environment - Building and Maintaining the WormBase production environment; extends the "Installing WormBase" document

Hardware Platform

Updates

Routine Administration Tasks

Monitoring and Crises Management

Load balancing and Failover

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.

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