Changeset 2687 for branches/omega-1.0.5/docs/Debian/INSTALL
- Timestamp:
- 03/11/10 14:45:31 (2 years ago)
- File:
-
- 1 edited
-
branches/omega-1.0.5/docs/Debian/INSTALL (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/omega-1.0.5/docs/Debian/INSTALL
r2682 r2687 89 89 # cd ./ispcp-omega-1.0.5 90 90 91 3. Install the required modules 91 3. Install the required packages 92 92 93 First update your system: 93 94 95 Etch: 96 # aptitude update && aptitude upgrade 97 98 Lenny, Squeeze: 94 99 # 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 95 117 # aptitude install lsb-release 96 118 # aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`) 97 119 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-free101 deb http://security.debian.org/ lenny/updates main contrib non-free102 103 120 (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 be105 the server's domain. If you've set debian up correctly on install your domain106 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.) 107 124 (if you get to the proftpd screen, select 'standalone') 108 125 … … 149 166 # cd ./ispcp-omega-1.0.5 150 167 151 3. Install the required modules 152 first update your system: 168 3. Install the required packages 169 170 First update your system: 171 172 Etch: 153 173 # 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 154 194 # aptitude install lsb-release 155 195 # 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-free160 deb http://security.debian.org/ etch/updates main contrib non-free161 196 162 197 (if you get to the courier screen select 'no' to web directories)
Note: See TracChangeset
for help on using the changeset viewer.
