Ver Mensaje Individual
  #7 (permalink)  
Antiguo 23/08/2002, 11:23
lover
 
Fecha de Ingreso: agosto-2002
Mensajes: 13
Antigüedad: 21 años, 8 meses
Puntos: 0
Re: Error con php-nuke.....

Bueno, te pongo a qui lo uqe me ha salido:
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

Create your Super User following the on-screen instructions.
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"); ?>