37 | | *** /etc/fstab [[BR]] |
38 | | 192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr [[BR]] |
39 | | *** /etc/rc.local[[BR]] |
40 | | mount /mnt/Media[[BR]] |
41 | | 4. then setup new webserver |
| 37 | {{{ |
| 38 | *** /etc/fstab |
| 39 | 192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr |
| 40 | *** /etc/rc.local |
| 41 | mount /mnt/Media |
| 42 | }}} |
| 43 | 4. Add new private IP in image server |
| 44 | {{{ |
| 45 | emacs /etc/exports |
| 46 | add new ip in the end separated by space |
| 47 | then restart: |
| 48 | /etc/init.d/nfs-kernel-server restart |
| 49 | }}} |
| 50 | |
| 51 | 4. then setup new webserver by following [/wiki/ReleaseChecklist] |