Changes between Version 6 and Version 7 of ServerSetup
- Timestamp:
- 10/22/09 14:54:18 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerSetup
v6 v7 3 3 From an Ubuntu 9.04 Distro: 4 4 5 - Edit /etc/apt/source.list and remove the comment on universe package[[BR]] 6 5 7 required installations[[BR]] 6 8 apt-get update[[BR]] 7 9 apt-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 10 apt-get install language-pack-en subversion postfix emacs portmap nfs-common memcached php-apc[[BR]] 18 11 19 12 For Postfix: … … 21 14 Use <server name>.healthgurumedia.com for the system name. 22 15 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 17 Set-up private IP:[[BR]] 18 {{{ 19 emacs /etc/network/interfaces 20 remove last 2 line and add this: 21 auto eth0 eth0:0 22 iface eth0 inet static 23 address [static ip] 24 netmask 255.255.255.0 25 gateway [gateway] 26 27 iface eth0:0 inet static 28 address [private ip] 29 netmask 255.255.128.0 30 31 save and run: 32 /etc/init.d/networking restart 33 }}} 34 25 35 2. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10 [[BR]] 26 36 3. Install subversion - check out the latest version to /var/www [[BR]]