Activities/Learn: Difference between revisions
No edit summary |
|||
| Line 29: | Line 29: | ||
[[Image:Kls_demo_1.tar.bz2]] is a 45mb file which contains the sample content for the Learn activity | [[Image:Kls_demo_1.tar.bz2]] is a 45mb file which contains the sample content for the Learn activity | ||
[[File:Firefox.sh]] is a script which installs Firefox from the tar file on the XXX drive. | [[File:Firefox.sh]] is a script which installs Firefox from the tar file on the XXX drive. | ||
[[File:Learn.sh]] is a script which installs Learn from the bundle. | [[File:Learn.sh]] is a script which installs Learn from the bundle. | ||
Using two scripts simplifies the install process. | Using two scripts simplifies the install process. | ||
| Line 37: | Line 39: | ||
When this is done, the command: ls /media/XXX should show the following: | When this is done, the command: ls /media/XXX should show the following: | ||
firefox-11.0.tar.bz2 | firefox-11.0.tar.bz2 | ||
firefox.sh | firefox.sh | ||
Kls_demo_1.tar.bz2 | Kls_demo_1.tar.bz2 | ||
learn-51.xo | learn-51.xo | ||
learn.sh | learn.sh | ||
Now mount the XXX drive on the XO. | Now mount the XXX drive on the XO. | ||
| Line 47: | Line 49: | ||
Enter the commands: | Enter the commands: | ||
cd /media/XXX | cd /media/XXX | ||
learn.sh | learn.sh | ||
sudo firefox.sh | sudo firefox.sh | ||
Upon completion of these commands, the script shuts down the XO. | Upon completion of these commands, the script shuts down the XO. | ||