This page explains how you can
You can download the live image from here. If you are working in a terminal instead get it with
It is recommended to use a USB flash drive of at least 8GB to host both the live system and the workspace. However, different configuration may work as well (e.g., small USB key to host just the live system and HD partition for the workspace).
Two partitions has to be created in the flash drive. First one (2GB) will host the live system, second one the workspace. You should end up with a situation like this:
The live system can be now installed on first partition with automated tools, like usb-creator-gtk, or other means. You can also use the mk_live_usb.sh script (!!!AT YOUR OWN RISK!!!), doing something like this:
Once installation has finished, shutdown the system and boot from the USB key.
You can also do all this and what follow in a single step! But you have to meet some dependencies.
This will also setup the workspace.
Once you booted into the live system you have to mount and setup the workspace. If you partitioned your USB key as above, open a terminal and do:
This will mount the second partition at /media/workshop and cd into it.
A bootstrap environment is provided in a github repo. You can clone it, cd into it and start the bootstrapping. This last step will require some amount of time, depending on your network and CPU speed. In my case, very fast network and an Intel i7 quad-core machine, it took about 15 minutes.
You are now ready to follow the hands-on sessions. Yay!!!