Don't know where to start

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
ineedsomehelp
New Forum User
New Forum User
Posts: 3
Joined: Tue Oct 02, 2007 1:00 pm

Don't know where to start

Unread post by ineedsomehelp »

Hi all,
I just opened a virtual dedicated server with Plesk 8.2.0 and need to upgrade to PHP5 and MySQL 5 and was told atomicrocketturtle.com was the best route to go. I just don't know where to start. I tried looking in the wiki and forums for a bit more detailed step-by-step instructions but no luck. Here is some of my server info. Thanks!

Plesk version psa v8.2.0_build82070807.17 os_CentOS 4.2
Operating system Linux 2.6.9-023stab044.4-enterprise
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

set up the channel:

wget -q -O - http://www.atomicorp.com/installers/atomic |sh

and its all yum from there. If you dont know about/how to use yum, check out the man page:

man yum
ineedsomehelp
New Forum User
New Forum User
Posts: 3
Joined: Tue Oct 02, 2007 1:00 pm

Unread post by ineedsomehelp »

I guess YUM isn't installed on my server...


[root@server ~]# man yum
No manual entry for yum
[root@server ~]#

Is it pretty easy to install?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

wget -q -O - http://www.atomicorp.com/installers/atomic |sh <- should install yum for you. If you ran it and didnt get any feedback, then you might be getting blocked by the atomicorp.com webserver for some reason (RBL, etc).
ineedsomehelp
New Forum User
New Forum User
Posts: 3
Joined: Tue Oct 02, 2007 1:00 pm

Unread post by ineedsomehelp »

Thanks! Yum is working but I get there errors while trying to update to php5

Code: Select all

Package php-pdo needs libsqlite3.so.0, this is not available.
Package php-domxml needs php = 4.3.9-3.22.9, this is not available.
YUM say domxml is update date and it says it can't find a package called php-pdo.

Here is what my yum.conf file looks like

Code: Select all

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://www.atomicorp.com/channels/atomic/centos/$releasever/$basearch


[plesk-8.2]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 8.2 RPMS
baseurl=http://www.atomicorp.com/channels/plesk/8.2/centos/$releasever/$basearch
gpgcheck=0
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Lets back up here and start with the basics:

1) What distro are you on
2) Is it a VPS
3) What did you change

You shouldn't have to modify your yum.conf file these days, the atomic installer should do it for you.

That being said, what you did modify is correct, assuming that you're on a CentOS VPS. If its a redhat 3 or 4 system, its not going to be able to handle that $releasevar variable.

Theres a wiki page that covers PHP updates and other things here: http://www.atomicorp.com/wiki/
aressto
Forum User
Forum User
Posts: 5
Joined: Tue Sep 02, 2008 8:35 am

Unread post by aressto »

scott
I have plesk 8.6 and trying to install Atomic Scanner. Everything went fine, but i dont see tab for Atomic Scanner in plesk panel.

What should i do? (xen VPS/Centos 5)
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Unread post by biggles »

Have you rebooted the server?
aressto
Forum User
Forum User
Posts: 5
Joined: Tue Sep 02, 2008 8:35 am

Unread post by aressto »

by atomic-scanner i meant qmail-scanner, sorry
scot told there no frontend for this one :)
sorry for my english, hope u get it :)
Post Reply