Unzip the zip file. The resulting extracted folder should be named fuelphp-1.8 or something similar.
unzip 42 # the zip file comes in named as 42
Copy the folder named fuel from fuelphp-1.8 and paste it in your home directory (not public_html, should be named with your EID).
This will be our frameworks base folder.
cp -r ~/fuelphp-1.8.2/fuel ~/
Make a folder named ct310 inside your local_html folder.
mkdir ~/local_html/ct310
Copy all contents of fuelphp-1.8/public to your ct310 folder.