Changed README
This commit is contained in:
parent
e1f36dfe9a
commit
77a88d68a4
5
README
5
README
@ -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.
|
Loading…
Reference in New Issue
Block a user