Service/planet

From Sugar Labs
< Service
Revision as of 13:35, 9 August 2013 by Bernie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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