User:Humitos/SugarOnAStick: Difference between revisions
No edit summary |
mNo edit summary |
||
| (9 intermediate revisions by one other user not shown) | |||
| Line 2: | Line 2: | ||
In the below sections are shown the steps that you have to follow to get a complete working Virtual Machine with all the necessary things to start collaborating. | In the below sections are shown the steps that you have to follow to get a complete working Virtual Machine with all the necessary things to start collaborating. | ||
''NOTE: I made this guide on Fedora 17 and if you are using another distro maybe the name of the packages change'' | |||
= Packages needed = | = Packages needed = | ||
| Line 9: | Line 11: | ||
sudo yum install qemu qemu-kvm qemu-kvm-tools | sudo yum install qemu qemu-kvm qemu-kvm-tools | ||
= Sugar On A Stick | = Sugar On A Stick Image = | ||
This is the image (32-bits) that you should download to install it on the Virtual Machine. | This is the image (32-bits) that you should download to install it on the Virtual Machine. | ||
| Line 23: | Line 25: | ||
* Run the virtual machine | * Run the virtual machine | ||
qemu-kvm -m 1024 | qemu-kvm -hda qcow2 sugar-on-a-stick.qcow2 -m 1024 -cdrom Fedora-17-x86_64-Live-SoaS.iso -boot d | ||
= Installing Sugar on the hard drive = | = Installing Sugar on the hard drive = | ||
* After running the last command and setting up your name you will be on Sugar itself | * After running the last command and setting up your name you will be on Sugar itself | ||
* Open Terminal Activity | * Open Terminal Activity and click on the '''Become root''' icon or type ''su -'' | ||
* Run this command to lunch the installer | * Run this command to lunch the installer | ||
| Line 43: | Line 45: | ||
sudo yum install git vim emacs | sudo yum install git vim emacs | ||
<div style="background-color:#a0ff93; border:1px solid #cdf; padding:6px 14px;"> | |||
''NOTE: add some information here about how to edit a file and create a patch, maybe downloading the git repo or the simplest case, editing the original activity directly. Add some useful links to code review o those kind of things'' | |||
</div> | |||
= References = | = References = | ||
* [[ | * [[Tutorials/Installation/Install with liveinst]] | ||
* [[Sugar_on_a_Stick/Downloads]] | * [[Sugar_on_a_Stick/Downloads]] | ||
[[Category:Sugar_on_a_Stick]] | |||
[[Category:Developer]] | |||