]> git.pld-linux.org Git - packages/PHP-nuke.git/blob - PHP-Nuke.README.first
- corrected BR: sed >= 4.0
[packages/PHP-nuke.git] / PHP-Nuke.README.first
1 PHP-Nuke RPM INSTALL INSTRUCTIONS
2 ---------------------------------
3
4 Since you have installed this RPM, you should have Apache, MySQL and mod_php
5 already installed, so all you have to do is :
6
7 1) Create a database called, for example, nuke:
8
9     mysqladmin create nuke
10
11 2) edit the nuke.sql file in this directory: look for "INSERT INTO authors"
12 and change "Password" into something more difficult to guess.
13  
14 3) Now fill the databases with the tables in nuke.sql file (it is in this
15 directory):
16
17     mysql nuke < nuke.sql
18
19 4) Edit the file "/etc/webapps/phpnuke/config.php", read the comments for each option, 
20 and make the changes necessary for your installation. 
21
22 When you are done, take a look at your phpnuke instalation 
23 under http://yourdomain/nuke.
24
25 ***** Don't forget to change the administrators password!!! *****
This page took 0.088228 seconds and 3 git commands to generate.