Changes between Version 6 and Version 7 of ServerSetup

Show
Ignore:
Timestamp:
10/22/09 14:54:18 (16 years ago)
Author:
faisal (IP: 216.214.144.156)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerSetup

    v6 v7  
    33From an Ubuntu 9.04 Distro: 
    44 
     5- Edit /etc/apt/source.list and remove the comment on universe package[[BR]] 
     6 
    57required installations[[BR]] 
    68apt-get update[[BR]] 
    79apt-get upgrade[[BR]] 
    8 apt-get install language-pack-en subversion postfix emacs portmap nfs-common[[BR]] 
    9  
    10 Set-up private IP:[[BR]] 
    11  
    12 {{{ 
    13 emacs /etc/network/interfaces 
    14 add: 
    15  
    16 }}} 
    17  
     10apt-get install language-pack-en subversion postfix emacs portmap nfs-common memcached php-apc[[BR]] 
    1811 
    1912For Postfix: 
     
    2114Use <server name>.healthgurumedia.com for the system name. 
    2215 
    23 Fresh Ubuntu Install[[BR]] 
    24 1. Edit /etc/apt/source.list and remove the comment on universe package for nginx then do an apt-get update [[BR]] 
     16 
     17Set-up private IP:[[BR]] 
     18{{{ 
     19emacs /etc/network/interfaces 
     20remove last 2 line and add this: 
     21auto eth0 eth0:0 
     22iface eth0 inet static 
     23 address [static ip] 
     24 netmask 255.255.255.0 
     25 gateway [gateway] 
     26 
     27iface eth0:0 inet static 
     28 address [private ip] 
     29 netmask 255.255.128.0 
     30 
     31save and run: 
     32/etc/init.d/networking restart 
     33}}} 
     34 
    25352. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] 
    26363. Install subversion - check out the latest version to /var/www [[BR]]