Updated README

This commit is contained in:
Trevor Slocum 2012-05-18 00:37:50 -07:00
parent 914d65c4bb
commit 10fae56ca5
1 changed files with 24 additions and 11 deletions

View File

@ -3,30 +3,43 @@ TinyIB
PHP image board PHP image board
Databases supported:
* MySQL
* SQLite
* Flat file (Database entries are stored in text files)
Example installations available [here](https://github.com/tslocum/TinyIB/wiki)
Installing Installing
------------ ------------
1. CD to the directory you wish to install TinyIB 1. CD to the directory you wish to install TinyIB
2. Run the following command: 2. Run the command:
- `git clone git://github.com/tslocum/TinyIB.git ./` - `git clone git://github.com/tslocum/TinyIB.git ./`
3. Copy settings.default.php to settings.php 3. Copy settings.default.php to settings.php
4. Configure settings.php 4. Configure settings.php
5. CHMOD write permissions to the following directories: 5. CHMOD write permissions to these directories:
- / - ./
- src/ - ./src/
- thumb/ - ./thumb/
- res/ - ./res/
- inc/flatfile/ (if you choose to use flat file) - ./inc/flatfile/ (only if you use flat file for the database)
6. Navigate your browser to imgboard.php, which causes the following to take place: 6. Navigate your browser to imgboard.php and the following will take place:
- Create database structure - The database structure will be created
- Check necessary directories are writable - Directories will be verified to be writable
- Write index.html containing the new image board - The file index.html will be created containing the new image board
Updating Updating
------------ ------------
`git pull` `git pull`
Support
------------
Contact tslocum@gmail.com
Contributing Contributing
------------ ------------