Difference between revisions of "Deployment Platform/Software"
Jump to navigation
Jump to search
(→Shell) |
|||
Line 15: | Line 15: | ||
:: By purpose: | :: By purpose: | ||
− | ::* '''Client side'''<br>[[# | + | ::* '''Client side'''<br>[[#Desktop|Desktop]] - Desktop Environment for Sugar Learning Platform. |
::* '''Server side'''<br>[[#Server_Kit|Server Kit]] - to form school servers. | ::* '''Server side'''<br>[[#Server_Kit|Server Kit]] - to form school servers. | ||
Line 29: | Line 29: | ||
|} | |} | ||
− | == | + | == Desktop == |
Components: | Components: | ||
Line 38: | Line 38: | ||
Sources: | Sources: | ||
− | * | + | * [http://git.sugarlabs.org/dekstop Desktop] project. |
== Doers' Kit == | == Doers' Kit == | ||
Sugar Doers Kit (SDK) is a set of tools and libraries to help people code in Sugar. | 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/Sweets|Sweets]], Zero Install based Package Management System for Sugar. | ||
Line 48: | Line 50: | ||
* [[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/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. | * [[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 === | === Glucose development === | ||
== Server Kit == | == Server Kit == | ||
+ | |||
+ | Components: | ||
* [[Platform_Team/Server_Kit/sugar-server|sugar-server]] | * [[Platform_Team/Server_Kit/sugar-server|sugar-server]] | ||
Line 59: | Line 67: | ||
* [[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. | ||
== Sugar Network == | == Sugar Network == | ||
+ | |||
+ | Components: | ||
* [[Platform_Team/Active_Document|active-document]] library. | * [[Platform_Team/Active_Document|active-document]] library. | ||
* [[Platform_Team/RESTful_Document|restful-document]] library. | * [[Platform_Team/RESTful_Document|restful-document]] library. | ||
* [[Platform_Team/Sugar_Network/Client|sugar-network]] client library. | * [[Platform_Team/Sugar_Network/Client|sugar-network]] client library. | ||
+ | * [[Platform_Team/Sugar_Network/Client|sugar-network]] client library. | ||
+ | * [[Platform_Team/Sugar_Network/Browser|mejorar-sistema]] client application. | ||
* [[Platform_Team/Sugar_Network/Server|sugar-network-server]] server. | * [[Platform_Team/Sugar_Network/Server|sugar-network-server]] server. | ||
+ | Sources: | ||
+ | |||
+ | * [http://git.sugarlabs.org/network Network] project. | ||
=== Distribution via Sugar Network === | === Distribution via Sugar Network === |
Revision as of 01:27, 25 March 2012
Harmonic Distribution version cycle: | 1.0 | Factory |
Software Map
The whole software within the Harmonic Distribution is structured as:
|
Desktop
Components:
- Stable Glucose releases patched to adapts include Harmonic Distribution specific patches.
- sugar-stats library to gather Sugar usage statistics.
Sources:
- Desktop project.
Doers' Kit
Sugar Doers Kit (SDK) is a set of tools and libraries to help people code in Sugar.
Components:
- Sweets, Zero Install based Package Management System for Sugar.
- sugar-lint, utility to lint various source files.
- gatch, support long or ever standing, all time being on top, downstream patchset for the base branch in a Git repository.
- Sugar via Sweets, several Sucrose versions via Sweets.
Sources:
- SDK project.
Glucose development
Server Kit
Components:
Sources:
- Server project.
For detailed information, see Server Kit's home page.
Sugar Network
Components:
- active-document library.
- restful-document library.
- sugar-network client library.
- sugar-network client library.
- mejorar-sistema client application.
- sugar-network-server server.
Sources:
- Network project.
Distribution via Sugar Network
The high-level overview is looks like:
- software creators
upload source bundles to the Sugar Network; only sources, even if it is binary based activities; - Sugar Network
if uploaded software needs building, it will send it to OBS; - on users side
Sweets library will:- read Sugar Network to find out information about implementations of software that user requested to launch;
- 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.