2010-11-30 00:24:15 +00:00
|
|
|
TinyIB by tslocum
|
|
|
|
http://tslocum.github.com/
|
2010-06-22 07:52:15 +00:00
|
|
|
|
2010-12-04 08:45:29 +00:00
|
|
|
Supports MySQL, SQLite, and flat file database modes.
|
2010-06-22 07:52:15 +00:00
|
|
|
|
2010-11-30 00:24:15 +00:00
|
|
|
To install TinyIB:
|
2010-06-22 07:52:15 +00:00
|
|
|
- CD to the directory you wish to install TinyIB
|
|
|
|
- Run the following command:
|
2010-11-30 00:24:15 +00:00
|
|
|
--- git clone git://github.com/tslocum/TinyIB.git ./
|
|
|
|
- Rename settings.default.php to settings.php
|
|
|
|
- Configure settings.php
|
2010-06-22 07:52:15 +00:00
|
|
|
- CHMOD write permissions to the following directories:
|
|
|
|
--- /
|
|
|
|
--- src/
|
|
|
|
--- thumb/
|
|
|
|
--- res/
|
|
|
|
--- inc/flatfile/ (if using flatfile mode)
|
2010-11-30 00:24:15 +00:00
|
|
|
- Open your browser of choice and navigate to imgboard.php, causing the following to take place:
|
2010-06-22 07:52:15 +00:00
|
|
|
--- Create database structure based on chosen mode
|
|
|
|
--- Test appropriate directories are writable
|
|
|
|
--- Write index.html with a blank image board
|
|
|
|
|
2010-11-30 00:24:15 +00:00
|
|
|
To update TinyIB:
|
2010-06-22 07:52:15 +00:00
|
|
|
- Run the following command:
|
|
|
|
--- git pull
|