Difference between revisions of "SME Server Development Framework"

From SME Server
Jump to navigationJump to search
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[User:RequestedDeletion|RequestedDeletion]] ([[User talk:RequestedDeletion|talk]]) 10:16, 4 February 2013 (MST) placeholder. Will be the new landing page om SME Server development progress/status/help
+
== SME Server Development ==
 +
Welcome to the development of SME Server!
  
== SME Server Development ==
+
To provide SME Server a consistent and a [[The_future_of_SME_Server|sustainable future]] the contribs.org community is formalising the future development of SME Server. Not just the next release, but all future releases. You're most welcome to join and contribute in whatever way you can for all [[SME_Server_Development_Framework#Development_roles|skills]] are welcomed. Not just programmers, but also [[SME_Server:Volunteering|enthusiasts]] that can help out.
Intro
+
 
 +
Have fun!
  
<div class="mw-collapsible mw-collapsed" data-collapsetext="Collapse" data-expandtext="More detailed information">
+
== Current development cycle ==
 +
* Current: '''[[SME_9.0_Development|SME Server 9.0]]'''
 +
* Next:  [[SME_Server_9.1_Development|SME Server 9.1]]
  
 
== Development roles ==
 
== Development roles ==
Various roles
 
  
==== Senior Programmer ====
 
===== Skils =====
 
* Perl
 
* Bash
 
* Regular expressions
 
  
==== Normal Programmer ====
+
==== Documentation writers ====
===== Skils =====
+
Skills
 +
* Ability to write user documentation
 +
* Ability to write technical documentation
 +
* Ability to write administration manuals
  
  
==== Junior Programmer ====
+
==== Troubleshooter ====
===== Skils =====
+
There's a lot that non-coders can do to help in the bug tracker to improve bug report quality. We need help in making sure that bug reports are clear, that observations are fully collected, are separated from speculation and attempted workarounds, relevant log files are checked, etc, etc.
  
 +
Skills
 +
* Enthusiasm
  
==== Bughunters & Testers ====
+
Backlog
===== Skils =====
+
* [[Triage_Queue|Triage Queue]] shows the list to work on.
 +
* [[Verification_Queue|Verification Queue]] show the list of corrected bugs that you should test.
  
 +
==== Patch Author ====
 +
Someone who has a fix that they want to contribute, but currently does not want to get involved with CVS and a build system
  
==== Documentation writers ====
+
Skills
 +
* Linux knowledge
  
  
== Development tools ==
+
==== Developer ====
 +
Someone who is able to retrieve our source code from Sourceforge and make local builds to test out their fix.
 +
Note: The actual build system will not be mandated, and several options will be given.
  
 +
Skills
 +
* Linux knowledge
 +
* CVS: able to retrieve the latest source code.
 +
* Patch creation
 +
* Working build system
 +
* Perl / Python / Bash
 +
* Regular expressions
  
==== Bugzilla ====
 
  
 +
==== Committer ====
 +
Someone who has write access to our CVS on Sourceforge.
  
==== Wiki ====
+
Skills
 +
* CVS: able to retrieve, update, and commit a source code change.
  
  
==== CVS ====
+
==== Builder ====
 +
Someone who has access to the SME Server Build System. This includes running 'make tag build' on behalf of the committers.
  
 +
Skills
 +
* SME Server Build System
  
==== RPM building ====
+
==== Contrib Owner ====
 +
Someone who maintains or develops one of the contrib packages.
  
 +
Skills
 +
 
 +
* Linux knowledge
 +
* CVS: able to retrieve the latest source code.
 +
* Patch creation
 +
* Working build system (official or their own)
 +
* Perl / Python / Bash
 +
* Regular expressions
  
==== RPM patching ====
+
== Development tools ==
  
== Development process ==
 
Generic explanation of the process
 
  
</div>
+
==== Wiki ====
  
== Current development cycle ==
 
  
==== SME Server 9.0 ====
+
==== Bugzilla ====
* Objectives
 
* Roadmap
 
  
  
==== General overview ====
+
==== CVS ====
  
  
==== Tasks & roles ====
+
==== Patching ====
  
  
==== Current status ====
+
==== RPM building ====
  
  
 +
== Development process ==
 +
* Set goals for the release
 +
* Get organised
 +
* Create a roadmap such as [[SME9.0_Roadmap]]
 +
* Start a step by step plan such as [[SME_on_CentOS_6| this one]].
 +
* Stick to the roadmap
  
 
[[Category:SME9-Development]]
 
[[Category:SME9-Development]]
 +
[[Category:SME Server Development Framework]]
 +
[[Category:Developer]]
 +
[[Category:Howto]]

Latest revision as of 13:03, 1 February 2014

SME Server Development

Welcome to the development of SME Server!

To provide SME Server a consistent and a sustainable future the contribs.org community is formalising the future development of SME Server. Not just the next release, but all future releases. You're most welcome to join and contribute in whatever way you can for all skills are welcomed. Not just programmers, but also enthusiasts that can help out.

Have fun!

Current development cycle

Development roles

Documentation writers

Skills

  • Ability to write user documentation
  • Ability to write technical documentation
  • Ability to write administration manuals


Troubleshooter

There's a lot that non-coders can do to help in the bug tracker to improve bug report quality. We need help in making sure that bug reports are clear, that observations are fully collected, are separated from speculation and attempted workarounds, relevant log files are checked, etc, etc.

Skills

  • Enthusiasm

Backlog

Patch Author

Someone who has a fix that they want to contribute, but currently does not want to get involved with CVS and a build system

Skills

  • Linux knowledge


Developer

Someone who is able to retrieve our source code from Sourceforge and make local builds to test out their fix. Note: The actual build system will not be mandated, and several options will be given.

Skills

  • Linux knowledge
  • CVS: able to retrieve the latest source code.
  • Patch creation
  • Working build system
  • Perl / Python / Bash
  • Regular expressions


Committer

Someone who has write access to our CVS on Sourceforge.

Skills

  • CVS: able to retrieve, update, and commit a source code change.


Builder

Someone who has access to the SME Server Build System. This includes running 'make tag build' on behalf of the committers.

Skills

  • SME Server Build System

Contrib Owner

Someone who maintains or develops one of the contrib packages.

Skills

  • Linux knowledge
  • CVS: able to retrieve the latest source code.
  • Patch creation
  • Working build system (official or their own)
  • Perl / Python / Bash
  • Regular expressions

Development tools

Wiki

Bugzilla

CVS

Patching

RPM building

Development process

  • Set goals for the release
  • Get organised
  • Create a roadmap such as SME9.0_Roadmap
  • Start a step by step plan such as this one.
  • Stick to the roadmap