Difference between revisions of "Developer documentation"

From WormBaseWiki
Jump to navigationJump to search
Line 118: Line 118:
 
''The good word gone bad. Cruft. Lint. Maybe useful. Probably not.''
 
''The good word gone bad. Cruft. Lint. Maybe useful. Probably not.''
  
 +
==== Rearchitecture ====
 +
'''Documents pertaining to WormBase 2.0'''
 +
*[[Website:Development Milestones|Development Milestones]]
 +
*[[Website:Design Specifications|Requirements analysis / Design Specifications]]
 +
*[[Website:Rearchitecture Development Duties|Rearchitecture Development Duties]]
 +
* AceDB classes -> API progress matrix (index of classes; see [https://spreadsheets.google.com/a/wormbase.org/ccc?key=tygSYCz49YW5hyCcYMHUZ1Q#gid=2 official matrix])
 +
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
  
*[[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase'' -- THE OLD VERSION
+
==== Load balancing and Failover  ====
 
 
== Load balancing and Failover  ==
 
 
*[[Building Squid|Building Squid]] - ''How to build, install and configure Squid''
 
*[[Building Squid|Building Squid]] - ''How to build, install and configure Squid''
  
== Rearchitecture ==
+
==== Administration ====
*[[HOWTO migrate a CGI|HOWTO migrate a CGI]] - ''quick overview of how to migrate an existing CGI into a Model, Controller, and View. Sparse''
+
*[[Formal_development_strategy|Formal development strategy]] - ''An overview of the development process at WormBase'' -- THE OLD VERSION
 
 
 
 
 
 
 
*[[MySQL database replication|MySQL database replication]] - ''Mirroring mysql databases across production nodes''  
 
*[[MySQL database replication|MySQL database replication]] - ''Mirroring mysql databases across production nodes''  
 
*[[Trac installation notes|Trac installation notes]]
 
*[[Trac installation notes|Trac installation notes]]
Line 135: Line 137:
 
* [[Managing GBrowse]] - ''Quick HowTo for managing GBrowse in development and production environments''
 
* [[Managing GBrowse]] - ''Quick HowTo for managing GBrowse in development and production environments''
  
== Frozen Releases as Virtual Machines ==
+
==== Frozen Releases as Virtual Machines ====
 
* [[How_to_build_a_WormBase_Virtual_Machine|How to build a WormBase Virtual Machine]] -- ''also describes how to create a VMX for a frozen release''
 
* [[How_to_build_a_WormBase_Virtual_Machine|How to build a WormBase Virtual Machine]] -- ''also describes how to create a VMX for a frozen release''
 
* [[Configuring_a_server_to_host_virtual_machines|Configuring a server to host virtual machines]] -- ''quick guide to setting up a frozen release server''
 
* [[Configuring_a_server_to_host_virtual_machines|Configuring a server to host virtual machines]] -- ''quick guide to setting up a frozen release server''
Line 141: Line 143:
 
* [[How_to_build_a_frozen_release|How to build a frozen release]] -- ''how to configure a WormBase VM as a frozen release server''
 
* [[How_to_build_a_frozen_release|How to build a frozen release]] -- ''how to configure a WormBase VM as a frozen release server''
 
* [[Creating Virtual Disks]] - '' How to create VMDKs for unlimited portable storage''
 
* [[Creating Virtual Disks]] - '' How to create VMDKs for unlimited portable storage''
 
 
 
 
  
  
 
[[Category:Developer documentation]]
 
[[Category:Developer documentation]]

Revision as of 12:47, 17 May 2013

This page contains information pertinent to employees of WormBase.

Project Management

Conference call agendas/minutes


General Documentation

Data Model and Data Development

Web Site Development Guidelines



Help us maintain the site

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

Information for third party developers

Administration

Architecture

Software Platform

Hardware Platform

Software Life Cycle

Measuring Application Performance


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.

Rearchitecture

Documents pertaining to WormBase 2.0

Load balancing and Failover

Administration

Frozen Releases as Virtual Machines