Changes

168 bytes added ,  14:40, 14 June 2012
no edit summary
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 ==