Difference between revisions of "Introduce a new developer to Organic Design"

From Organic Design wiki
m
m (Organic Design Procedures)
Line 8: Line 8:
  
 
== Organic Design Procedures ==
 
== Organic Design Procedures ==
The most important set of procedures is the [[sysop procedures]], and out of these the most key ones are:
+
The most important set of procedures is the [[:Category:Sysop procedures|sysop procedures]], and out of these the most key ones are:
 
*[[Configure mail server]] ''- Exim4 MTA with Spamassassin, Dovecot IMAP server and Roundcube webmail''
 
*[[Configure mail server]] ''- Exim4 MTA with Spamassassin, Dovecot IMAP server and Roundcube webmail''
 
*[[Configure LAN]] ''- DHCP server and firewall for LAN based servers''
 
*[[Configure LAN]] ''- DHCP server and firewall for LAN based servers''

Revision as of 02:47, 28 January 2010

Procedure.svg Introduce a new developer to Organic Design
Organic Design procedure

Organic Design Servers

All our servers are installed with the install a new server procedure which starts with the installation of the organicdesign-server package and then takes you through configuration of Apache/PHP/MySQL and our Wikia structure. After that a number of other more specific procedures can be carried out which are described below.

Organic Design Procedures

The most important set of procedures is the sysop procedures, and out of these the most key ones are:

Organic Design Code

Our Subversion repos at svn.organicdesign.co.nz contain all our code, only the extensions and tools repo's are active. The extensions repo contains all the MediaWiki extensions we maintain which are not popular enough to be in the official MediaWiki repo. See the configure SVN procedure for details about our Subversion setup and how to access it. The tools repo contains all our server tools and robot framework mainly written in Perl. Here's a quick run down of the important scripts and files:

  • add-db - a script for adding a new MediaWiki database to MySQL from a template database dump
  • dovecot-cert.sh - create/update the self-signed cert for the local Dovecot installation
  • jobs - specialised jobs can be created which run in the background
  • firewall.sh - template for a basic firewall for LAN-based servers
  • wiki.pl - our script for interacting with MediaWiki's via HTTP
  • wikid.pl - our main robot/daemon script, see wiki daemon for more detail
  • wikid.conf.sample - sample configuration file for Wikia/robot framework

Useful links about Organic Design in general