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