Ignore:
Timestamp:
03/11/10 14:45:31 (2 years ago)
Author:
nuxwin
Message:
  • [SETUP] Updated Debian INSTALL file:
    • Update command is not the same for all versions
    • Added repository for each version (to prevent stupid user errors)
    • Changing sources.list should be done before the installation packages
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/docs/Debian/INSTALL

    r2682 r2687  
    8989        # cd ./ispcp-omega-1.0.5 
    9090 
    91 3. Install the required modules 
     913. Install the required packages 
     92 
    9293   First update your system: 
    9394 
     95   Etch: 
     96        # aptitude update && aptitude upgrade 
     97         
     98   Lenny, Squeeze: 
    9499        # aptitude update && aptitude safe-upgrade 
     100 
     101   Make sure you have added the non-free into your /etc/apt/sources.list: 
     102 
     103   Etch: 
     104        deb     http://ftp.debian.org/debian/   etch main contrib non-free 
     105        deb     http://security.debian.org/     etch/updates main contrib non-free 
     106 
     107   Lenny: 
     108        deb     http://ftp.debian.org/debian/   lenny main contrib non-free 
     109        deb     http://security.debian.org/     lenny/updates main contrib non-free 
     110 
     111   Squeeze: 
     112        deb     http://ftp.debian.org/debian/   squeeze main contrib non-free 
     113        deb     http://security.debian.org/     squeeze/updates main contrib non-free 
     114 
     115   Install all required packages: 
     116 
    95117        # aptitude install lsb-release 
    96118        # aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`) 
    97119 
    98    Make sure you have added the non-free into your /etc/apt/sources.list: 
    99  
    100    deb     http://ftp.debian.org/debian/            lenny         main contrib non-free 
    101    deb     http://security.debian.org/              lenny/updates main contrib non-free 
    102  
    103120        (if you get to the courier screen select 'no' to web directories) 
    104         (if you get to the postfix screen select 'internet site'. 'mail name' should be 
    105         the server's domain. If you've set debian up correctly on install your domain 
    106         should be already shown.) 
     121        (if you get to the postfix screen select 'internet site'. 'mail name' should 
     122        be the server's domain. If you've set debian up correctly on install your 
     123        domain should be already shown.) 
    107124        (if you get to the proftpd screen, select 'standalone') 
    108125 
     
    149166        # cd ./ispcp-omega-1.0.5 
    150167 
    151 3. Install the required modules 
    152    first update your system: 
     1683. Install the required packages 
     169 
     170   First update your system: 
     171 
     172   Etch: 
    153173        # aptitude update && aptitude upgrade 
     174 
     175   Lenny, Squeeze: 
     176        # aptitude update && aptitude safe-upgrade 
     177 
     178   Make sure you have added the non-free into your /etc/apt/sources.list: 
     179 
     180   Etch: 
     181        deb     http://ftp.debian.org/debian/   etch main contrib non-free 
     182        deb     http://security.debian.org/     etch/updates main contrib non-free 
     183 
     184   Lenny: 
     185        deb     http://ftp.debian.org/debian/   lenny main contrib non-free 
     186        deb     http://security.debian.org/     lenny/updates main contrib non-free 
     187 
     188   Squeeze: 
     189        deb     http://ftp.debian.org/debian/   squeeze main contrib non-free 
     190        deb     http://security.debian.org/     squeeze/updates main contrib non-free 
     191 
     192   Install all required packages: 
     193 
    154194        # aptitude install lsb-release 
    155195        # aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`) 
    156  
    157    Make sure you have added the non-free into your /etc/apt/sources.list: 
    158  
    159    deb     http://ftp.debian.org/debian/            etch         main contrib non-free 
    160    deb     http://security.debian.org/              etch/updates main contrib non-free 
    161196 
    162197        (if you get to the courier screen select 'no' to web directories) 
Note: See TracChangeset for help on using the changeset viewer.