Gå til innhold

Hvordan laster eg opp og bruker PHP-nuke?


Anbefalte innlegg

Videoannonse
Annonse

Dette her står i phpNuke sin install dokumentasjon.

 

-------------------------------------------------

Installing the Package

----------------------

 

Untar the package into the directory you want to use on you web

server, if you're unsure where that is, ask you system administrator.

(Windows users can use WinZip or WinRAR to uncompress .tar.gz files)

 

tar -zxvf PHP-Nuke.tar.gz

 

Change to the /sql/ directory and there is a file called "nuke.sql"

this file contains the commands to build the database structure,

tables and the default data.

 

1) Create a database called, for example, nuke:

 

mysqladmin create nuke

 

2) Now fill the databases with the tables in nuke.sql file:

 

mysql nuke < nuke.sql

 

3) In order to use the File Manager, please be sure to chmod 666 ALL

files and 777 ALL directories. NOTE: know that doing this can have some

security issues.

 

4) That's it!... now you need to edit the file "config.php" to set the

database options. Please read carefully the instruction on that file!

After that, point your browser to:

 

http://yourdomain.com/admin.php

 

Login with the following data at the prompt:

 

AdminID: God

Password: Password

 

Now click on "Preferences" and change whatever you want to fit your

site info. All the options you need to change are in the Preferences

menu. If you need help just click con the help icon at the right-top

of the Administration Menu. This will open a new window with the help

you need for each section in the administration system.

 

NOTE: If you want to edit config.php file from web browser remember to

chmod 666 the file config.php or your changes will not be saved! If can't

execute chmod just edit the file by hand and re-upload it to your server.

 

SECURITY TIP: It's a good choice to put your config.php file outside the

Web Server path, then you can create a new config.php with the line:

 

<?php include("../config.php"); ?>

-----------------------------------------------

 

Enkelt forklart steg for steg installasjon av phpNuke:

 

1) pakk opp alt til lokal harddisk.

2) lag en mysql database på serveren for nuke oppsettet. Dump filen sql/nuke.sql inn i databasen. Dette er enklest gjort med phpMyadmin om du ikke har telnet access. (http://phpwizard.net/projects/phpMyAdmin/index.html) Denne må også installeres. Pass på at du ikke legger dette opp uten passord beskyttelse.

3) endre filen config.php til ditt oppsett.

$dbhost = "localhost";

$dbuname = "brukernavn";

$dbpass = "Passord";

$dbname = "din_database";

$prefix = "nuke";

$user_prefix = "nuke";

$dbtype = "MySQL";

4) Last opp alle filene til web serveren. chmod config.php med skrive access.

5) Åpne http://www.domene.com/admin.php og logg inn med God og Passord. NB!.. Husk og endre denne brukerens passord som det første du gjør.

 

Lykke til:)

 

[ Denne Melding var redigert av: Albon på 2002-03-19 10:05 ]

Lenke til kommentar

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
  • Hvem er aktive   0 medlemmer

    • Ingen innloggede medlemmer aktive
×
×
  • Opprett ny...