Features/Transfer to many options: Difference between revisions
No edit summary |
No edit summary |
||
| Line 468: | Line 468: | ||
*** Run the command | *** Run the command | ||
**** '''crontab -e''' | **** '''crontab -e''' | ||
*** In the | *** In the opened vim instance, append the following line, and save-exit. | ||
**** '''00 * * * * /usr/bin/python /path/to/1-to-N-server-script.py''' | **** '''00 * * * * /usr/bin/python /path/to/1-to-N-server-script.py''' | ||
*** The utility of the "1-to-N-server-script.py" is described in the script file itself. | *** The utility of the "1-to-N-server-script.py" is described in the script file itself. | ||
| Line 475: | Line 475: | ||
** ''' Setting up the XOs ''' | ** ''' Setting up the XOs ''' | ||
*** Install the image <add image link> on the XO-1.75s (if not already). | *** Install the image <add image link> on the XO-1.75s (if not already). | ||
*** On each XO, configure the IP-Address/DNS-Name of the School-Server. For example, if the IP-address of the school-server is 192.168.1.26, | *** On each XO, configure the IP-Address/DNS-Name of the School-Server. | ||
run the following command (in Terminal Activity) of each XO :: | For example, if the IP-address of the school-server is 192.168.1.26,run the following command (in Terminal Activity) of each XO :: | ||
**** '''gconftool-2 --set /desktop/sugar/network/school_server_ip_address_or_dns_name --type string 192.168.1.26''' | **** '''gconftool-2 --set /desktop/sugar/network/school_server_ip_address_or_dns_name --type string 192.168.1.26''' | ||
*** Reboot (each XO). | *** Reboot (each XO). | ||
** All done :) (Foe example workflow screenshots, please refer) | ** All done :) (Foe example workflow screenshots, please refer) | ||