Category:Development: Difference between revisions

From stoney-cloud.org
Jump to navigation Jump to search
(Created page with "This category collects the stoney cloud related development pages.")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
This category collects the stoney cloud related development pages.
To get yourself familiarized with the development, checkout the following pages:
* [[Release Management]]: Describes the Release Cycles, Versioning, Development Procedure and the actual Development.
* [[Coding Standards]]: Gives a minimal [http://en.wikipedia.org/wiki/Vim_%28text_editor%29 vim] configuration and shows the file headers with the [http://en.wikipedia.org/wiki/Affero_General_Public_License Affero General Public License] for different scripting and programming languages.
* [[Modularisation]]: Explains, how the [[:Category:Self-Service Modules|Self-Service Modules]] (Modules that expand the functionality of the stoney cloud) are split into different parts, based on their functionality:
** '''api''': REST Application Programming Interface.
** '''cli''': A command Line Interface, which uses the REST API to read or write data.
** '''helpers''': Helper scripts and programmes, like notifications (quota, backup failed, rsnapshot, ...).
** '''provisioning''': Scripts and programmes to provision services.
** '''web''': Ajax based web interface.

Latest revision as of 19:05, 21 April 2014

To get yourself familiarized with the development, checkout the following pages:

  • Release Management: Describes the Release Cycles, Versioning, Development Procedure and the actual Development.
  • Coding Standards: Gives a minimal vim configuration and shows the file headers with the Affero General Public License for different scripting and programming languages.
  • Modularisation: Explains, how the Self-Service Modules (Modules that expand the functionality of the stoney cloud) are split into different parts, based on their functionality:
    • api: REST Application Programming Interface.
    • cli: A command Line Interface, which uses the REST API to read or write data.
    • helpers: Helper scripts and programmes, like notifications (quota, backup failed, rsnapshot, ...).
    • provisioning: Scripts and programmes to provision services.
    • web: Ajax based web interface.

Subcategories

This category has the following 3 subcategories, out of 3 total.

R

S