Difference between revisions of "Deployment Platform/Internet"

From Sugar Labs
Jump to navigation Jump to search
 
Line 1: Line 1:
 
== Background ==
 
== Background ==
  
This is [[Deployment_Platform/Deployment|one of possible]] deployment scenarios of [[Deployment Platform]]. This page is intended to describe procedures for end users connected to the [[#Targeting_environment|Internet]].
+
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>
 
<big>'''Targeting environment'''</big>
Line 7: Line 7:
 
The standard targeting environment assumes:
 
The standard targeting environment assumes:
  
* End users have reliable Internet connectivity all time.
+
* End users have reliable Internet connectivity at all times.
* Server is located in the Internet and has singular access point.
+
* Server is located on the Internet and has singular access point.
  
 
== Server side ==
 
== Server side ==
  
For now, there are the following Sugar Network servers publicly available from the Internet:
+
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 which does not contain important data and is free for any experiments (administrative privileges for anonymous users);
+
* [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-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;
Line 24: Line 24:
 
<div id="Configuration"><big>'''Configuration'''</big></div>
 
<div id="Configuration"><big>'''Configuration'''</big></div>
  
Point clients to one of existing Sugar Network servers by populating {{Code|/etc/sweets.conf}} configuration file with the following options:
+
Point clients to one of the existing Sugar Network servers by populating the {{Code|/etc/sweets.conf}} configuration file with the following options:
  
 
  [client]
 
  [client]
 
  api-url = ''SERVER-API-URL-HERE''
 
  api-url = ''SERVER-API-URL-HERE''
  
By default, clients look for production server.
+
By default, clients look for the production server.
  
 
<div id="Configuration"><big>'''Run Sugar Network clients'''</big></div>
 
<div id="Configuration"><big>'''Run Sugar Network clients'''</big></div>
Line 35: Line 35:
 
Follow the [[Sugar_Network#On_desktop|Try it]] install instructions to setup Sugar Network client.
 
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. Logging verbosity level depends on [[BugSquad/Get_Logs#Enabling_Sugar_debug_logging|global Sugar setting]].
+
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 ==
 
== Getting involved ==

Latest revision as of 09:50, 12 August 2013

Background

This is one of the possible deployment scenarios for Deployment Platform. This page is intended to describe procedures for end users connected to the Internet.

Targeting environment

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:

  • node-devel.sugarlabs.org
    Development server that does not contain important data and is free for any experiments (administrative privileges for anonymous users);
  • node-testing.sugarlabs.org
    Recent stable release with regular data import from the production server; is still free for any experiments;

Client side

Configuration

Point clients to one of the existing Sugar Network servers by populating the /etc/sweets.conf configuration file with the following options:

[client]
api-url = SERVER-API-URL-HERE

By default, clients look for the production server.

Run Sugar Network clients

Follow the Try it install instructions to setup Sugar Network client.

While working, Sugar Network client logs can be found ~/.sugar/default/logs/sugar-network-client file. The logging verbosity level depends on the global Sugar setting.

Getting involved

  • Subscribe to the sugar-devel mailing list and email with the subject prefixed with [PLATFORM].
  • Ask your question on IRC channels, #sugar (not logged) or #sugar-newbies (logged).