Difference between revisions of "Service/planet"

From Sugar Labs
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
planetmaster AT sugarlabs DOT org
 
planetmaster AT sugarlabs DOT org
  
 +
To publish your blog on the planet, please go to [[Sysadmin/Planet_syndication_request]].
  
 
== Sysadmins ==
 
== Sysadmins ==
Line 18: Line 19:
 
For non-emergency calls, preferably send email to the administrative contact.
 
For non-emergency calls, preferably send email to the administrative contact.
  
* [[User:bernie|Bernie Innocenti]]
+
* [[User:scs|Sebastian Codas]]
  
  
Line 30: Line 31:
 
  ...edit...
 
  ...edit...
 
  git commit -m "what i changed" <file1> <file2>...
 
  git commit -m "what i changed" <file1> <file2>...
 +
 +
To test a configuration change without waiting for the cronjob:
 +
 +
cd /srv/www-sugarlabs/planet
 +
# write your changes to config2.ini
 +
sudo -u planet planet config2.ini
  
 
== Upgrade notes ==
 
== Upgrade notes ==
Line 37: Line 44:
 
== See Also ==
 
== See Also ==
  
* [[Sysadmin/Autocheckout repositories]]
+
* [[Sysadmin/Planet_syndication_request]] (for users)
 +
* [[Sysadmin/Autocheckout repositories]] (for sysadmins)
  
 
[[Category:Service|planet]]
 
[[Category:Service|planet]]

Latest revision as of 13:35, 9 August 2013

Hostnames

Hosted on

Machine/sunjammer


Administrative contact

planetmaster AT sugarlabs DOT org

To publish your blog on the planet, please go to Sysadmin/Planet_syndication_request.

Sysadmins

For non-emergency calls, preferably send email to the administrative contact.


Notes

The planet configuration data is stored in a git repository with automatic checkouts on pulls. See Sysadmin/Autocheckout repositories for more details.

To edit planet data:

git clone planet.sugarlabs.org:/srv/www-sugarlabs/planet
...edit...
git commit -m "what i changed" <file1> <file2>...

To test a configuration change without waiting for the cronjob:

cd /srv/www-sugarlabs/planet
# write your changes to config2.ini
sudo -u planet planet config2.ini

Upgrade notes

We're using the Ubuntu package of Planet Venus, which is very old. Switching to git would be easy, but the advantage isn't clear.

See Also