8 | | 1. Edit /etc/apt/source.list and remove the comment on universe package for nginx then do an apt-get update[[BR]] |
9 | | 2. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10[[BR]] |
10 | | 3. Install subversion - check out the latest version to /var/www[[BR]] |
11 | | 4. create folder /mnt/Media then add mount point in fstab and rc.local for reboot[[BR]] |
12 | | *** /etc/fstab[[BR]] |
13 | | 192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr[[BR]] |
| 8 | 1. Edit /etc/apt/source.list and remove the comment on universe package for nginx then do an apt-get update [[BR]] |
| 9 | 2. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] |
| 10 | 3. Install subversion - check out the latest version to /var/www [[BR]] |
| 11 | 4. create folder /mnt/Media then add mount point in fstab and rc.local for reboot [[BR]] |
| 12 | *** /etc/fstab [[BR]] |
| 13 | 192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr [[BR]] |