Changeset 1044

Show
Ignore:
Timestamp:
03/10/08 09:09:54 (6 months ago)
Author:
rats
Message:

Updated all INSTALL files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1043 r1044  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-03-10 Benedikt Heintel 
     5        - DOCS: 
     6                * Updated all INSTALL files 
    37 
    482008-03-10 Christian Hernmarck 
  • trunk/docs/CentOS/INSTALL

    r1039 r1044  
    187187        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
    188188 
     189   If updating from RC3 or higher: 
     190        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     191 
    1891927. Copy /usr and /var directories into your system (you may make backups) 
    190193        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/Debian/INSTALL

    r1039 r1044  
    181181        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
    182182 
     183   If updating from RC3 or higher: 
     184        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     185 
    1831867. Copy /usr and /var directories into your system (you may make backups) 
    184187        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/Fedora/INSTALL

    r1039 r1044  
    177177        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
    178178 
     179   If updating from RC3 or higher: 
     180        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     181 
    1791827. Copy /usr and /var directories into your system (you may make backups) 
    180183        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/FreeBSD/INSTALL

    r1040 r1044  
    121121        # cp -v /usr/local/www/apache22/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/include/ 
    122122 
     123   If updating from RC3 or higher: 
     124        # cp -v /usr/local/www/apache22/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/tools/pma/ 
     125 
    1231267. Copy /usr and /var directories into your system (you may make backups) 
    124127        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/Gentoo/INSTALL

    r1039 r1044  
    126126        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
    127127 
     128   If updating from RC3 or higher: 
     129        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     130 
    1281317. Copy /usr and /var directories into your system (you may make backups) 
    129132        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/OpenBSD/INSTALL

    r1039 r1044  
    227227        # cp -v /usr/local/www/apache22/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/usr/local/www/apache22/ispcp/gui/include/ 
    228228 
     229   If updating from RC3 or higher: 
     230        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     231 
    2292327. Copy /usr and /var directories into your system (you may make backups) 
    230233        # cp -Rv /tmp/ispcp/usr/* /usr/ 
  • trunk/docs/OpenSuse/INSTALL

    r1039 r1044  
    1818--------------- 
    1919ispCP ω Version:        1.0.0 RC4 
    20 INSTALL Script:         1.0 
     20INSTALL Script:         1.1 
    2121Maintainer: 
    2222Homepage:                       http://isp-contol.net 
     
    8282 
    83833. Install the required modules 
    84    First update your system: 
    85         # apt-get update && apt-get upgrade 
     84        # yast -i `cat /docs/OpenSuse/opensuse103-packages` 
    8685 
    87    for Debian Sarge please use: 
    88         # apt-get install `cat ./docs/Debian/debian-packages-sarge` 
    89    for Debian Etch please use: 
    90         # apt-get install `cat ./docs/Debian/debian-packages-etch` 
    91    for Debian Lenny/Sid please use: 
    92         # apt-get install `cat ./docs/Debian/debian-packages-lenny` 
    93  
    94    Make sure you have added the non-free into your /etc/apt/sources.list: 
    95  
    96    deb     http://ftp.debian.org/debian/            etch         main contrib non-free 
    97    deb     http://security.debian.org/              etch/updates main contrib non-free 
    98  
    99    If using Sarge, make sure you have added the following backport into your 
    100    /etc/apt/sources.list: 
    101  
    102     # backports 
    103     deb     http://dotdeb.pimpmylinux.org/          sarge          all 
    104  
    105  
    106         (when you get to the courier screen select 'no' to web directories) 
    107         (when you get to the postfix screen select 'internet site' and then type 'root' 
    108         for mail. If you've set debian up correctly on install your domain should be 
    109         already on screen. Select 'no' to force sync updates.) 
    110         (when you get to the proftpd screen, select 'standalone') 
    111         (when you get to the rootkithunter screen, select two time 'yes') 
     86   Or if you use smart package manager: 
     87        # smart install `cat /docs/OpenSuse/opensuse103-packages` 
    11288 
    113894. (optional) Check the ispcp.conf and adapt it to your requirements. 
     
    159135 
    1601363. Install the required modules 
    161    first update your system: 
    162         # apt-get update && apt-get upgrade 
     137        # yast -i `cat /docs/OpenSuse/opensuse103-packages` 
    163138 
    164    for Debian Sarge please use: 
    165         # apt-get install `cat ./docs/Debian/debian-packages-sarge` 
    166    for Debian Etch please use: 
    167         # apt-get install `cat ./docs/Debian/debian-packages-etch` 
    168    for Debian Lenny/Sid please use: 
    169         # apt-get install `cat ./docs/Debian/debian-packages-lenny` 
    170  
    171    Make sure you have added the non-free into your /etc/apt/sources.list: 
    172  
    173    deb     http://ftp.debian.org/debian/            etch         main contrib non-free 
    174    deb     http://security.debian.org/              etch/updates main contrib non-free 
    175  
    176    If using Sarge, make sure you have added the following backport into your 
    177    /etc/apt/sources.list: 
    178  
    179     # backports 
    180     deb     http://dotdeb.pimpmylinux.org/          sarge          all 
    181  
    182  
    183         (when you get to the courier screen select 'no' to web directories) 
    184         (when you get to the postfix screen select 'internet site' and then type 'root' 
    185         for mail. If you've set debian up correctly on install your domain should be 
    186         already on screen. Select 'no' to force sync updates.) 
    187         (when you get to the proftpd screen, select 'standalone') 
    188         (when you get to the rootkithunter screen, select two time 'yes') 
     139   Or if you use smart package manager: 
     140        # smart install `cat /docs/OpenSuse/opensuse103-packages` 
    189141 
    1901424. (optional) Check the ispcp.conf and adapt it to your requirements. 
     
    199151        # cp -v /var/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messager/ 
    200152        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
     153 
     154   If updating from RC3 or higher: 
     155        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    201156 
    2021577. Copy /usr and /var directories into your system (you may make backups) 
  • trunk/docs/RedHat/INSTALL

    r1039 r1044  
    6464 
    65653. Install the required modules 
    66    First update your system: 
    67         # apt-get update && apt-get upgrade 
    68  
    69    for Debian Sarge please use: 
    70         # apt-get install `cat ./docs/Debian/debian-packages-sarge` 
    71    for Debian Etch please use: 
    72         # apt-get install `cat ./docs/Debian/debian-packages-etch` 
    73    for Debian Lenny/Sid please use: 
    74         # apt-get install `cat ./docs/Debian/debian-packages-lenny` 
    75  
    76    Make sure you have added the non-free into your /etc/apt/sources.list: 
    77  
    78    deb     http://ftp.debian.org/debian/            etch         main contrib non-free 
    79    deb     http://security.debian.org/              etch/updates main contrib non-free 
    80  
    81    If using Sarge, make sure you have added the following backport into your 
    82    /etc/apt/sources.list: 
    83  
    84     # backports 
    85     deb     http://dotdeb.pimpmylinux.org/          sarge          all 
    86  
    87  
    88         (when you get to the courier screen select 'no' to web directories) 
    89         (when you get to the postfix screen select 'internet site' and then type 'root' 
    90         for mail. If you've set debian up correctly on install your domain should be 
    91         already on screen. Select 'no' to force sync updates.) 
    92         (when you get to the proftpd screen, select 'standalone') 
    93         (when you get to the rootkithunter screen, select two time 'yes') 
    9466 
    95674. (optional) Check the ispcp.conf and adapt it to your requirements. 
     
    141113 
    1421143. Install the required modules 
    143    first update your system: 
    144         # apt-get update && apt-get upgrade 
    145  
    146    for Debian Sarge please use: 
    147         # apt-get install `cat ./docs/Debian/debian-packages-sarge` 
    148    for Debian Etch please use: 
    149         # apt-get install `cat ./docs/Debian/debian-packages-etch` 
    150    for Debian Lenny/Sid please use: 
    151         # apt-get install `cat ./docs/Debian/debian-packages-lenny` 
    152  
    153    Make sure you have added the non-free into your /etc/apt/sources.list: 
    154  
    155    deb     http://ftp.debian.org/debian/            etch         main contrib non-free 
    156    deb     http://security.debian.org/              etch/updates main contrib non-free 
    157  
    158    If using Sarge, make sure you have added the following backport into your 
    159    /etc/apt/sources.list: 
    160  
    161     # backports 
    162     deb     http://dotdeb.pimpmylinux.org/          sarge          all 
    163  
    164  
    165         (when you get to the courier screen select 'no' to web directories) 
    166         (when you get to the postfix screen select 'internet site' and then type 'root' 
    167         for mail. If you've set debian up correctly on install your domain should be 
    168         already on screen. Select 'no' to force sync updates.) 
    169         (when you get to the proftpd screen, select 'standalone') 
    170         (when you get to the rootkithunter screen, select two time 'yes') 
    171115 
    1721164. (optional) Check the ispcp.conf and adapt it to your requirements. 
     
    181125        # cp -v /var/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messager/ 
    182126        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
     127 
     128   If updating from RC3 or higher: 
     129        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
    183130 
    1841317. Copy /usr and /var directories into your system (you may make backups) 
  • trunk/docs/Ubuntu/INSTALL

    r1039 r1044  
    157157        # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/ 
    158158 
     159   If updating from RC3 or higher: 
     160        # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/ 
     161 
    1591627. Copy /usr and /var directories into your system (you may make backups) 
    160163        # cp -Rv /tmp/ispcp/usr/* /usr/