README changes

This commit is contained in:
Savetheinternet 2011-01-02 23:08:37 +11:00
parent 685e6b8964
commit d68adefd3b

View File

@ -8,9 +8,6 @@ Tinyboard is not currently at a stable state.
[o]: http://omegadev.org/ [o]: http://omegadev.org/
## Installation ## Installation
An automated installation script will be completed soon.
1. Tinyboard requires an SQL database and a user to work. Create one. 1. Tinyboard requires an SQL database and a user to work. Create one.
2. Import 'install.sql' into the database. There are several ways to do this. 2. Import 'install.sql' into the database. There are several ways to do this.
- using phpMyAdmin - using phpMyAdmin
@ -20,6 +17,8 @@ An automated installation script will be completed soon.
5. Ensure everything is okay by running [test.php][t] in a browser. The script will try and help you correct your errors. 5. Ensure everything is okay by running [test.php][t] in a browser. The script will try and help you correct your errors.
6. Run the [post.php][p] script. It should create an index.html and redirect you to it if everything is okay. 6. Run the [post.php][p] script. It should create an index.html and redirect you to it if everything is okay.
7. Optional (highly recommended): Either delete or chmod as unreadable the following files: [test.php][t], [install.sql][i], and this [README][r]. 7. Optional (highly recommended): Either delete or chmod as unreadable the following files: [test.php][t], [install.sql][i], and this [README][r].
An automated installation script will be completed soon.
[t]: http://github.com/savetheinternet/Tinyboard/blob/master/test.php [t]: http://github.com/savetheinternet/Tinyboard/blob/master/test.php
[p]: http://github.com/savetheinternet/Tinyboard/blob/master/post.php [p]: http://github.com/savetheinternet/Tinyboard/blob/master/post.php