Created README file
This commit is contained in:
parent
55817a73a8
commit
68ef60b3bf
1 changed files with 24 additions and 0 deletions
24
README
Normal file
24
README
Normal file
|
@ -0,0 +1,24 @@
|
|||
TinyIB by tj9991
|
||||
http://tj9991.github.com/TinyIB/
|
||||
|
||||
Supports MySQL and flat file database modes.
|
||||
|
||||
To install:
|
||||
- CD to the directory you wish to install TinyIB
|
||||
- Run the following command:
|
||||
--- svn checkout http://tinyib.googlecode.com/svn/trunk ./
|
||||
- Edit the configuration at the top of imgboard.php
|
||||
- CHMOD write permissions to the following directories:
|
||||
--- /
|
||||
--- src/
|
||||
--- thumb/
|
||||
--- res/
|
||||
--- inc/flatfile/ (if using flatfile mode)
|
||||
- Open a browser and navigate to imgboard.php, which will do the following:
|
||||
--- Create database structure based on chosen mode
|
||||
--- Test appropriate directories are writable
|
||||
--- Write index.html with a blank image board
|
||||
|
||||
To update:
|
||||
- Run the following command:
|
||||
--- git pull
|
Loading…
Reference in a new issue