ib/README

25 lines
756 B
Plaintext
Raw Normal View History

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
To install TinyIB:
2010-06-22 07:52:15 +00:00
- CD to the directory you wish to install TinyIB
- Run the following command:
--- 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)
- 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
To update TinyIB:
2010-06-22 07:52:15 +00:00
- Run the following command:
--- git pull