Read notes at the bottom
--
I was an ensim user and switched to plesk. After looking around, I've found this to be really easy with yum and atomicrocketturtle plesk compatible rpms and I wanted to 'complie' it in one post.
This was done on RHEL running PSA 7.1.6
DO IT AT YOUR OWN RISK!
1. Get Yum
# wget http://www.atomicrocketturtle.com/atomic/a....art.noarch.rpm
2. Configure yum repo
# vi /etc/yum.conf
Add the following, save and close.
[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://archive.atomicrocketturtle.com/atomic/art/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/art/$releasever/
[psa-7.1]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.1 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.1/$releasever/
baseurl=http://archive.atomicrocketturtle.com/atomic/psa-7.1/$releasever/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.1/$releasever/
For other versions just check:
http://www.atomicrocketturtle.com/modules....artid=18&page=1
3. Check for an update
# yum check-update
If everything went well, you'll se the mysql and php packages on the list.
To upgrade:
# yum upgrade php
It will find dependencies, download files and update php
4. Install Zend optimizer (You need to due to an incompatibility with php 4.3.10)
Download from : http://zend.com/store/free_download.php?pid=13
Untar and install
# tar -zxvf Zend*
# cd Zend*
# ./install.sh
Follow the standard setup procedure.
5. Restart apache and check it out
# service httpd stop
# service httpd start
6. Install mysql
# /etc/rc.d/init.d/mysqld stop
# yum upgrade mysql
Again it will do everything and set you up.
7. Start mySQL
# /etc/rc.d/init.d/mysqld start
--
After those steps I noticed that creating a DB user in plesk resulted in error. Then I remenbered:
# mysql_fix_privilege_tables your_root_pass
At least here it's working pretty well..
Now that you have yum installed, you can use it to upgrade other packages from the art repo. It's up 2 u.
--
Notes: 07/22/2006
This is a really old thread, but it seems to be helpful in some way. Basically update still working the same, except for a couple small changes I'll edit soon.
The only thing that IS IMPORTANT is that now, atomicrocketurtle.com php and mySQL versions are 5.x. Before upgrading, make sure your sites work well with both versions.
I'll be updating the thread soon about that.
Cheers to all