Deployment Platform/Software: Difference between revisions

mNo edit summary
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Template:Harmonic Distribution Cycle Linkbar}}
{{Template:Deployment Platform Cycle Linkbar}}


== Software Map ==
== Software Map ==
Line 9: Line 9:
| The whole software within the Harmonic Distribution is structured as:
| The whole software within the Harmonic Distribution is structured as:


* '''Base software'''<br>Provided from [[Community/Distributions/Sweets_Distribution|Sweets Distribution]] in form of native packages. Base software is separated by targeted audience:
* '''Base software'''<br>Provided from [[#Sweets_Distribution|Sweets Distribution]] in form of native packages. Base software is separated by targeted audience:


:* '''Using oriented'''<br>For regular usage. This kind of software exists in two dimensions:
:* '''Using oriented'''<br>For regular usage. This kind of software exists in two dimensions:
Line 15: Line 15:
:: By purpose:
:: By purpose:


::* '''Client side''' software to run on users' computers:
::* '''Client side'''<br>[[#Desktop|Desktop]] - Desktop Environment for Sugar Learning Platform.
::** Stable Sucrose [[:Category:Platform Cycle|releases]].
::* '''Server side'''<br>[[#Server_Kit|Server Kit]] - to form school servers.
 
::* '''Server side''' software to form school servers:
::** [[#Server_Kit|Server Kit]] components.


:: By the supporting time:
:: By the supporting time:


::* '''Short-term support''' (STS)<br>Targeting on individual usage and based on Sucrose 6 months release cycle.
::* '''Short-term support''' (STS)<br>Targeting to individual usage and based on Sucrose six months release cycle.
::* '''Long-term support''' (LTS)<br>Targeting on Sugar deployments, that can't switch between Sucrose releases every 6 months.
::* '''Long-term support''' (LTS)<br>Targeting to Sugar deployments that can't switch between Sucrose releases every six months.


:* '''Development oriented'''<br>Targeting on developers who code within the Sugar Learning Platform.
:* '''Development oriented'''<br>[[#Doers' Kit|Doers' Kit]] - targeting to developers who code within the Sugar Learning Platform.
:** [[#Glucose development|Development version of Glucose]];
:** [[#Doers' Kit|Doers' Kit]].


* '''Community software'''<br>The rest of software created on top of the Base one. In contrast to Base, this kind of software is being provided via [[#Distribution via Sugar Network|Sugar Network]].
* '''Community software'''<br>The rest of software created on top of the Base one. In contrast to the Base, this kind of software is being provided via [[#Sugar Network|Sugar Network]].
|-
|-
|}
|}


== Doers' Kit ==
== Sweets Distribution ==
 
This is a 3rd party repository with Base Software packages built against all [[Sweets_Distribution/Supported_platforms|supported platforms]]. These packages are being built on Sugar Labs instance of [[Platform_Team/Open_Build_Service|Open Build Service]] and formed in several projects:
 
* [https://packages.sugarlabs.org/project/show?project=SweetsDistribution SweetsDistribution]<br>Contains all [[Sweets_Distribution/Supported_platforms|supported platforms]] as OBS repositories and system packages for upstream projects (not Base software) that are not well packages in supported platforms.
 
* [https://packages.sugarlabs.org/project/show?project=SweetsDistribution%3AFactory SweetsDistribution:Factory]<br>OBS project with development packages that are intended for testing only.
 
* [https://packages.sugarlabs.org/project/subprojects?project=SweetsDistribution SweetsDistribution:<SUCROSE-RELEASE>]<br>Stable STS/LTS releases of Harmonic Distribution.
 
After building, OBS uploads resulting packages to [http://download.sugarlabs.org/packages/ download.sugarlabs.org] site. Follow [[Sweets Distribution]] instructions to setup them for individual usage.
 
=== Desktop ===
 
Components:
 
* Stable Sucrose [[:Category:Platform Cycle|releases]] [http://git.sugarlabs.org/shell patched] to include Harmonic Distribution specific features.
* [[Platform_Team/sugar-stats|sugar-stats]] library to gather Sugar [[Platform_Team/Usage_Statistics|usage statistics]].
 
Sources:


Sugar Doers Kit (SDK) is a set of tools and libraries to help people code in Sugar.
* [http://git.sugarlabs.org/desktop Desktop] project.


* [[Platform_Team/Sweets|Sweets]], Zero Install based Package Management System for Sugar.
=== Server Kit ===
* [[Platform_Team/Sugar_Lint|sugar-lint]], utility to lint various source files.
* [[Platform_Team/gatch|gatch]], support long or ever standing, all time being on top, downstream patchset for the base branch in a Git repository.
* [[Platform_Team/Guide/Sweets_Usage#Sugar_via_Sweets|Sugar via Sweets]], several Sucrose versions via Sweets.


== Server Kit ==
Components:


* [[Platform_Team/Server_Kit/sugar-server|sugar-server]]
* [[Platform_Team/Server_Kit/sugar-server|sugar-server]]
Line 51: Line 62:
* [[Platform_Team/Server_Kit/Prosody|prosody-sugar]]
* [[Platform_Team/Server_Kit/Prosody|prosody-sugar]]
* [[Platform_Team/Server_Kit/sugar-unit|sugar-unit]]
* [[Platform_Team/Server_Kit/sugar-unit|sugar-unit]]
Sources:
* [http://git.sugarlabs.org/server Server] project.


For detailed information, see [[Platform_Team/Server_Kit|Server Kit]]'s home page.
For detailed information, see [[Platform_Team/Server_Kit|Server Kit]]'s home page.


== Distribution via Sugar Network ==
=== Doers' Kit ===
 
Sugar Doers Kit (SDK) is a set of tools and libraries to help people code in Sugar.
 
Components:
 
* [[Platform_Team/Sweets|Sweets]], Zero Install based Package Management System for Sugar.
* [[Platform_Team/Sugar_Lint|sugar-lint]], utility to lint various source files.
* [[Platform_Team/gatch|gatch]], support long or ever standing, all time being on top, downstream patchset for the base branch in a Git repository.
* [[Platform_Team/Guide/Sweets_Usage#Sugar_via_Sweets|Sugar via Sweets]], several Sucrose versions via Sweets.
 
Sources:
 
* [http://git.sugarlabs.org/sdk SDK] project.
 
==== Glucose development ====
 
== Sugar Network ==
 
Components:
 
* [[Platform_Team/Sugar_Network/Implementation|sugar-network]].
* [[Platform_Team/Sugar_Network/Web_UI|Web UI]].
* [[Sugar_Network/Contributor_Hub|Contributor Hub]].
 
Sources:
 
* [http://git.sugarlabs.org/network Network] project.
 
=== Distribution via Sugar Network ===


The high-level overview is looks like:
The high-level overview is looks like:
Line 64: Line 108:
** according to the local environment, it will download proper implementation;
** according to the local environment, it will download proper implementation;
** if there is no proper binary implementation, it will download sources and will build them in local environment.
** if there is no proper binary implementation, it will download sources and will build them in local environment.
== Glucose development ==