Hej!
Tack för era svar
Jag tankade ner phpBB3 till min unix server.
$ uname -a
Linux tower.server 2.6.32-131.12.1.el6.x86_64 #1 SMP Tue Aug 23 11:13:45 CDT 2011 x86_64 x86_64 x86_64 GNU/Linux
# Sorry att jag skrev Lubuntu, använder det i min laptop och _INTE_ servern.
$ mysql -V
mysql Ver 14.14 Distrib 5.1.52, for redhat-linux-gnu (x86_64) using readline 5.1
Har installerat apache och kommer in via IP till apache
- This page is used to test the proper operation of the Apache HTTP server after it has been installed. If you can read this page, it means that the Apache HTTP server installed at this site is working properly.
Och som jag skrev tidigare har jag laddat ner phpBB3 och lagt till de i /var/www/html/phpBB3.
$ sudo yum install -y apache2 libapache2-mod-php5 mysql-server
[sudo] password for xxx:
Setting up Install Process
No package apache2 available.
No package libapache2-mod-php5 available.
Package mysql-server-5.1.52-1.el6_0.1.x86_64 already installed and latest version
Nothing to do
-
Någon som vet vad nästa steg är?