]> git.pld-linux.org Git - packages/PHP-nuke.git/commitdiff
- short README with description how to start with PHP-Nuke.
authorkloczek <kloczek@pld-linux.org>
Fri, 15 Nov 2002 08:54:04 +0000 (08:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    PHP-Nuke.README.first -> 1.1

PHP-Nuke.README.first [new file with mode: 0644]

diff --git a/PHP-Nuke.README.first b/PHP-Nuke.README.first
new file mode 100644 (file)
index 0000000..fbca810
--- /dev/null
@@ -0,0 +1,25 @@
+PHP-Nuke RPM INSTALL INSTRUCTIONS
+---------------------------------
+
+Since you have installed this RPM, you should have apache, Mysql and mod-php3
+already installed, so all you have to do is :
+
+1) Create a database called, for example, nuke:
+
+    mysqladmin create nuke
+
+2) edit the nuke.sql file in this directory: look for "INSERT INTO authors"
+and change "Password" into something more difficult to guess.
+3) Now fill the databases with the tables in nuke.sql file (it is in this
+directory):
+
+    mysql nuke < nuke.sql
+
+4) Edit the file "/var/www/html/nuke/config.php3", read the comments for each option, 
+and make the changes necessary for your installation. 
+
+When you are done, take a look at your phpnuke instalation 
+under http://yourdomain/nuke.
+
+***** Don't forget to change the administrators password!!! *****
This page took 0.079177 seconds and 4 git commands to generate.