Setting up a server for HG Platform using NGINX PHP5 MySQL From an Ubuntu 9.04 Distro: - Edit /etc/apt/source.list and remove the comment on universe package[[BR]] required installations[[BR]] apt-get update[[BR]] apt-get upgrade[[BR]] apt-get install language-pack-en subversion postfix emacs portmap nfs-common memcached php-apc[[BR]] For Postfix: Use setting 'Internet Site' for install type. Use .healthgurumedia.com for the system name. Set-up private IP:[[BR]] {{{ emacs /etc/network/interfaces remove last 2 line and add this: auto eth0 eth0:0 iface eth0 inet static address [static ip] netmask 255.255.255.0 gateway [gateway] iface eth0:0 inet static address [private ip] netmask 255.255.128.0 save and run: /etc/init.d/networking restart }}} 2. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] 3. Install subversion - check out the latest version to /var/www [[BR]] 4. create folder /mnt/Media then add mount point in fstab and rc.local for reboot [[BR]] *** /etc/fstab [[BR]] 192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr [[BR]] *** /etc/rc.local[[BR]] mount /mnt/Media[[BR]] 5. Use install.sh to create necessary folders and symbolic links when making instance of hgplatform [[BR]]