Difference between revisions of "Service/planet"
< Service
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
...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 == |
Revision as of 13:40, 14 June 2012
Hostnames
Hosted on
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.