Current time: 05-03-2024, 06:46 AM Hello There, Guest! (LoginRegister)


Post Reply 
RC6 -> RC7
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #2
RE: RC6 -> RC7
see http://www.isp-control.net/ispcp/browser...an/INSTALL
Code:
119    5) Update
120    ---------
121    Make sure you are logged in as root and MySQL is running.
122    
123    1. Untar or unzip the distribution files to a secure directory:
124            # cd /root
125            # tar xjvf ispcp-omega-1.0.0-rc7.tar.bz2
126    
127    2. Change to the newly created directory:
128            # cd ./ispcp-omega-1.0.0
129    
130    3. Install the required modules
131       first update your system:
132            # apt-get update && apt-get upgrade
133    
134       for Debian Sarge use:
135            # apt-get install $(cat ./docs/Debian/debian-packages-sarge)
136       for Debian Etch use:
137            # apt-get install $(cat ./docs/Debian/debian-packages-etch)
138       for Debian Lenny/Sid use:
139            # apt-get install $(cat ./docs/Debian/debian-packages-lenny)
140    
141       Make sure you have added the non-free into your /etc/apt/sources.list:
142    
143       deb     http://ftp.debian.org/debian/            etch         main contrib non-free
144       deb     http://security.debian.org/              etch/updates main contrib non-free
145    
146       If using Sarge, make sure you have added the following backport into your
147       /etc/apt/sources.list:
148    
149       # backports
150       deb     http://dotdeb.pimpmylinux.org/          sarge          all
151    
152    
153            (when you get to the courier screen select 'no' to web directories)
154            (when you get to the postfix screen select 'internet site' and then type 'root'
155            for mail. If you've set debian up correctly on install your domain should be
156            already on screen. Select 'no' to force sync updates.)
157            (when you get to the proftpd screen, select 'standalone')
158            (when you get to the rootkithunter screen, select two time 'yes')
159    
160    4. (optional) Check the ispcp.conf and adapt it to your requirements.
161    
162    5. Build the System by using make:
163            # make install
164    
165    6. Save files
166            # cp -v /var/www/ispcp/engine/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/
167            # cp -v /var/www/ispcp/engine/messager/ispcp-db-keys.pl /tmp/ispcp/var/www/ispcp/engine/messager/
168            # cp -v /var/www/ispcp/gui/include/ispcp-db-keys.php /tmp/ispcp/var/www/ispcp/gui/include/
169            # cp -v /var/www/ispcp/gui/themes/user_logos/* /tmp/ispcp/var/www/ispcp/gui/themes/user_logos/
170            # cp -TvR /var/www/ispcp/gui/domain_default_page /tmp/ispcp/var/www/ispcp/gui/domain_default_page
171    
172       If updating from RC3 or higher:
173            # cp -v /var/www/ispcp/gui/tools/pma/config.inc.php /tmp/ispcp/var/www/ispcp/gui/tools/pma/
174    
175    7. Delete old files to avoid security risks:
176            # rm -fR /var/www/ispcp/gui/{admin,client,include,orderpanel,themes,reseller}/
177            # rm -fR /var/www/ispcp/gui/*.php
178    
179    8. Copy /usr and /var directories into your system (you may make backups)
180            # cp -Rv /tmp/ispcp/usr/* /usr/
181            # cp -Rv /tmp/ispcp/var/* /var/
182    
183    9. Backup ispcp.conf and copy the /etc directory into your system (you may make backups):
184            # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf
185            # cp -Rv /tmp/ispcp/etc/* /etc/
186    
187    10. Now it's time to update your installation. Change into the engine directory:
188            # cd /var/www/ispcp/engine/setup
189    
190    11. Start the engine update:
191            # perl ispcp-update
192    
193    12. Update ispCP ω step-by-step
194    
195            If you get no error, all went good; if you get one, look at
196            http://isp-control.net to solve the problem.
197    
198    13. Clean the temporary folders:
199            # rm -fR /tmp/ispcp/
All steps are critical and required. Please pay attention.
(This post was last modified: 12-13-2008 07:48 AM by sci2tech.)
12-13-2008 07:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RC6 -> RC7 - Claus - 12-13-2008, 07:46 AM
RE: RC6 -> RC7 - sci2tech - 12-13-2008 07:47 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 09:19 AM
RE: RC6 -> RC7 - sci2tech - 12-13-2008, 09:37 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 09:45 AM
RE: RC6 -> RC7 - Lucan - 12-13-2008, 10:36 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 10:41 AM
RE: RC6 -> RC7 - RatS - 12-13-2008, 11:18 AM
RE: RC6 -> RC7 - Lucan - 12-13-2008, 07:48 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 01:28 AM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 02:09 AM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 02:14 AM
RE: RC6 -> RC7 - shox - 12-14-2008, 03:40 AM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 05:19 AM
RE: RC6 -> RC7 - lschafroth - 12-14-2008, 06:39 AM
RE: RC6 -> RC7 - Shayne - 01-30-2009, 07:06 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 06:45 AM
RE: RC6 -> RC7 - Quemeros - 12-14-2008, 08:00 AM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 12:59 PM
RE: RC6 -> RC7 - shox - 12-14-2008, 09:29 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:02 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:10 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:22 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:32 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:37 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:40 PM
RE: RC6 -> RC7 - Kika - 12-15-2008, 03:08 AM
RE: RC6 -> RC7 - XXBr - 12-15-2008, 06:41 AM
RE: RC6 -> RC7 - Lucan - 12-15-2008, 06:45 AM
RE: RC6 -> RC7 - Lucan - 12-15-2008, 10:10 AM
RE: RC6 -> RC7 - iamgod - 12-15-2008, 06:40 PM
RE: RC6 -> RC7 - RatS - 12-15-2008, 06:58 PM
RE: RC6 -> RC7 - iamgod - 12-15-2008, 07:50 PM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 03:38 AM
RE: RC6 -> RC7 - Claus - 12-16-2008, 07:33 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 07:47 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 07:59 AM
RE: RC6 -> RC7 - bpratt - 12-19-2008, 05:51 PM
RE: RC6 -> RC7 - Claus - 12-16-2008, 07:27 PM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:05 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 08:10 AM
RE: RC6 -> RC7 - nuno - 12-17-2008, 02:11 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:13 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:26 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:27 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 08:41 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:43 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:44 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:46 AM
RE: RC6 -> RC7 - joximu - 12-16-2008, 07:46 PM
RE: RC6 -> RC7 - xister - 12-19-2008, 05:57 PM
RE: RC6 -> RC7 - sci2tech - 12-20-2008, 01:49 AM
RE: RC6 -> RC7 - nuno - 12-20-2008, 04:17 AM
RE: RC6 -> RC7 - Claus - 12-20-2008, 06:25 PM
RE: RC6 -> RC7 - Pancho - 12-23-2008, 03:49 AM
RE: RC6 -> RC7 - pgentoo - 01-11-2009, 06:27 AM
RE: RC6 -> RC7 - kbe - 04-07-2009, 07:33 AM
RE: RC6 -> RC7 - Quattro - 12-22-2008, 07:42 PM
RE: RC6 -> RC7 - Pancho - 12-23-2008, 04:50 AM
RE: RC6 -> RC7 - r3r3 - 12-23-2008, 09:06 AM
RE: RC6 -> RC7 - r3r3 - 12-24-2008, 01:15 PM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)