| 223 | | 7. Copy /usr and /var directories into your system (you may make backups) |
|---|
| 224 | | # cp -Rv /tmp/ispcp/usr/* /usr/ |
|---|
| 225 | | # cp -Rv /tmp/ispcp/var/* /var/ |
|---|
| 226 | | |
|---|
| 227 | | 8. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): |
|---|
| 228 | | # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf |
|---|
| 229 | | # cp -Rv /tmp/ispcp/etc/* /etc/ |
|---|
| 230 | | |
|---|
| 231 | | 9. Now it's time to update your installation. Change into the engine directory: |
|---|
| 232 | | # cd /var/www/ispcp/engine/setup |
|---|
| 233 | | |
|---|
| 234 | | 10. Start the engine update: |
|---|
| 235 | | # perl ispcp-update |
|---|
| 236 | | |
|---|
| 237 | | 11. Update ispCP Ïstep-by-step |
|---|
| 238 | | |
|---|
| 239 | | If you get no error, all went good; if you get one, look at |
|---|
| 240 | | http://isp-control.net to solve the problem. |
|---|
| 241 | | |
|---|
| 242 | | 12. Clean the temporary folders: |
|---|
| 243 | | # rm -fR /tmp/ispcp |
|---|
| | 223 | 7. Delete old files to avoid security risks: |
|---|
| | 224 | # rm -fR /var/www/ispcp/gui/admin/ |
|---|
| | 225 | # rm -fR /var/www/ispcp/gui/client/ |
|---|
| | 226 | # rm -fR /var/www/ispcp/gui/include/ |
|---|
| | 227 | # rm -fR /var/www/ispcp/gui/orderpanel/ |
|---|
| | 228 | # rm -fR /var/www/ispcp/gui/themes/ |
|---|
| | 229 | # rm -fR /var/www/ispcp/gui/reseller/ |
|---|
| | 230 | # rm -fR /var/www/ispcp/gui/*.php |
|---|
| | 231 | |
|---|
| | 232 | 8. Copy /usr and /var directories into your system (you may make backups) |
|---|
| | 233 | # cp -Rv /tmp/ispcp/usr/* /usr/ |
|---|
| | 234 | # cp -Rv /tmp/ispcp/var/* /var/ |
|---|
| | 235 | |
|---|
| | 236 | 9. Backup ispcp.conf and copy the /etc dircetory into your system (you may make backups): |
|---|
| | 237 | # mv -v /etc/ispcp/ispcp.conf /etc/ispcp/ispcp.old.conf |
|---|
| | 238 | # cp -Rv /tmp/ispcp/etc/* /etc/ |
|---|
| | 239 | |
|---|
| | 240 | 10. Now it's time to update your installation. Change into the engine directory: |
|---|
| | 241 | # cd /var/www/ispcp/engine/setup |
|---|
| | 242 | |
|---|
| | 243 | 11. Start the engine update: |
|---|
| | 244 | # perl ispcp-update |
|---|
| | 245 | |
|---|
| | 246 | 12. Update ispCP ω step-by-step |
|---|
| | 247 | |
|---|
| | 248 | If you get no error, all went good; if you get one, look at |
|---|
| | 249 | http://isp-control.net to solve the problem. |
|---|
| | 250 | |
|---|
| | 251 | 13. Clean the temporary folders: |
|---|
| | 252 | # rm -fR /tmp/ispcp/ |
|---|