Michael Rea, this is how you install Samba

1) Install Samba:
sudo apt-get install samba
2) Configure Samba:
sudo cp ~/python/setup/server/smb.conf /etc/samba/smb.conf

3) Set your smb password by typing:
sudo smbpasswd -a 

4) Restart samba by typing the command:
sudo service smbd restart