Table of Contents

Top#Note

FastHandle Network Layout



One FastHandle Server




3 Environment and share NFS



NFS Server

# /etc/exports
/xxx/fhhome  x.x.x.x(rw,no_root_squash) x.x.x.x(rw,no_root_squash)

FastHandle Server

#/etc/fstab
xx.xx.xx.xx:/xxx/fasthandle  /home/fasthandle/fhhome   nfs   rw,hard,intr   0       0


3 Environment with Git

I'd like to manage FastHandle with GitLab.
And I think I want to use NFS or rsync to manage src, rpm files.






Top#Note