These are minimal instructions on how to set up an NFS server running on CentOS 6.
Install the required packages:
yum install nfs-utils nfs-utils-lib
Enable and start the required services:
chkconfig rpcbind on chkconfig nfs on service rpcbind restart service nfs restart
Create shares by editing:
/etc/exports