Difference between revisions of "Category:Development"
From stoney cloud
Line 1: | Line 1: | ||
− | To get yourself familiarized with | + | 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 Standard]]: 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. |
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 Standard: 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.
Pages in category "Development"
The following 9 pages are in this category, out of 9 total.