]> git.pld-linux.org Git - packages/PHP-nuke.git/blame - PHP-Nuke.README.first
This commit was manufactured by cvs2git to create branch 'RA-branch'.
[packages/PHP-nuke.git] / PHP-Nuke.README.first
CommitLineData
e4faf199 1PHP-Nuke RPM INSTALL INSTRUCTIONS
2---------------------------------
3
4Since you have installed this RPM, you should have apache, Mysql and mod-php3
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
194) Edit the file "/var/www/html/nuke/config.php3", read the comments for each option,
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.026184 seconds and 4 git commands to generate.