Changes between Version 2 and Version 3 of ServerSetup

Show
Ignore:
Timestamp:
06/29/09 16:47:59 (16 years ago)
Author:
faisal (IP: 216.214.144.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v2 v3  
    66 
    77Fresh Ubuntu Install[[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]] 
     81. Edit /etc/apt/source.list and remove the comment on universe package for nginx then do an apt-get update [[BR]] 
     92. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] 
     103. Install subversion - check out the latest version to /var/www [[BR]] 
     114. 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]] 
    1414   *** /etc/rc.local[[BR]] 
    1515   mount /mnt/Media[[BR]] 
    16 5. create symbolic link to released version - make sure Media folder does not exists or else it will be placed inside media folder[[BR]] 
    17    ln -s /mnt/Media /var/www/hg_release_betaX/document_root/Media[[BR]] 
     165. Use install.sh to create necessary folders and symbolic links when making instance of hgplatform [[BR]]