Changed README

This commit is contained in:
Savetheinternet 2010-11-03 16:49:38 +11:00
parent e1f36dfe9a
commit 77a88d68a4

5
README
View File

@ -3,7 +3,8 @@ Tinyboard - A lightweight PHP imageboard.
=== Installation === === Installation ===
* Tinyboard requires a MySQL database and a user to work. Create one. * Tinyboard requires a MySQL database and a user to work. Create one.
* Import 'install.sql' into the database using phpMyAdmin * Import 'install.sql' into the database
using phpMyAdmin
OR OR
mysql -uUSERNAME -pPASSWORD DATABASE < install.sql mysql -uUSERNAME -pPASSWORD DATABASE < install.sql
* Edit 'inc/config.php' to suit your installation * Edit 'inc/config.php' to suit your installation
@ -13,4 +14,4 @@ Tinyboard - A lightweight PHP imageboard.
- /src - /src
- /thumb - /thumb
You will also need to chmod the root directory so that static HTML files like index.html can be made. You will also need to chmod the root directory so that static HTML files like index.html can be made.
* Run the script. * Run the post.php script.