Deployment Platform/Internet: Difference between revisions
No edit summary |
|||
| (8 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
== Background == | == Background == | ||
This is [[ | This is [[Deployment_Platform/Deployment|one of the possible]] deployment scenarios for [[Deployment Platform]]. This page is intended to describe procedures for end users connected to the [[#Targeting_environment|Internet]]. | ||
<big>'''Targeting environment'''</big> | |||
== | The standard targeting environment assumes: | ||
* End users have reliable Internet connectivity at all times. | |||
* Server is located on the Internet and has singular access point. | |||
== Server side == | |||
For now, there are the following Sugar Network servers publicly available on the Internet: | |||
* [http://node-devel.sugarlabs.org/ node-devel.sugarlabs.org]<br>Development server that does not contain important data and is free for any experiments (administrative privileges for anonymous users); | |||
* [http://node-testing.sugarlabs.org/ node-testing.sugarlabs.org]<br>Recent stable release with regular data import from the production server; is still free for any experiments; | |||
* [http://node.sugarlabs.org/ node.sugarlabs.org]<br>Production server. | |||
== Client side == | |||
<div id="Configuration"><big>'''Configuration'''</big></div> | |||
Point clients to one of the existing Sugar Network servers by populating the {{Code|/etc/sweets.conf}} configuration file with the following options: | |||
[client] | |||
api-url = ''SERVER-API-URL-HERE'' | |||
By default, clients look for the production server. | |||
<div id="Configuration"><big>'''Run Sugar Network clients'''</big></div> | |||
Follow the [[Sugar_Network#On_desktop|Try it]] install instructions to setup Sugar Network client. | |||
While working, Sugar Network client logs can be found {{Code|~/.sugar/default/logs/sugar-network-client}} file. The logging verbosity level depends on the [[BugSquad/Get_Logs#Enabling_Sugar_debug_logging|global Sugar setting]]. | |||
== | == Getting involved == | ||
{{:Deployment_Platform/Feedback}} | |||
<!-- | |||
=== Client updates === | === Client updates === | ||
| Line 32: | Line 50: | ||
=== Collect usage statistics === | === Collect usage statistics === | ||
If there is a need to collect [[Platform_Team/Usage_Statistics|usage statistics]] from users, include [[Platform_Team/Server_Kit/sugar-client|sugar-client]] to distribution and [[Platform_Team/Server_Kit/sugar-client#Collecting_usage_statistics|collecting usage statistics]] functionality. The same utility will be used to upload collected stats to the Server. Unfortunately, there is no yet users friendly utility to browse statistics from server side, instead, login to the Server and [[Platform_Team/Sugar_Network/ | If there is a need to collect [[Platform_Team/Usage_Statistics|usage statistics]] from users, include [[Platform_Team/Server_Kit/sugar-client|sugar-client]] to distribution and [[Platform_Team/Server_Kit/sugar-client#Collecting_usage_statistics|collecting usage statistics]] functionality. The same utility will be used to upload collected stats to the Server. Unfortunately, there is no yet users friendly utility to browse statistics from server side, instead, login to the Server and [[Platform_Team/Sugar_Network/Implementation#Collecting_usage_statics|analyze]] raw [http://oss.oetiker.ch/rrdtool/ RRD] files. | ||
== Reference distributions == | == Reference distributions == | ||
List of [[ | List of [[Deployment_Platform/Deployment#Reference_distributions|reference distributions]] that might be useful for this scenario: | ||
* [[ | * [[Deployment_Platform/XO_reference_distribution|XO distribution]]<br>For users with XO laptop. | ||
* [[ | * [[Deployment_Platform/Ubuntu_desktop_reference_distribution|Ubuntu desktop distribution]]<br>For users on Ubuntu. | ||
* [[ | * [[Deployment_Platform/Debian_server_reference_distribution|Debian server distribution]]<br>For servers on Debian, Ubuntu or their derivates. | ||
--!> | |||