Lightweight and efficient imageboard
css | ||
inc | ||
res | ||
src | ||
thumb | ||
.gitignore | ||
.htaccess | ||
favicon.ico | ||
imgboard.php | ||
LICENSE | ||
README.md | ||
settings.default.php |
TinyIB
PHP image board
Installing
- CD to the directory you wish to install TinyIB
- Run the following command:
git clone git://github.com/tslocum/TinyIB.git ./
- Copy settings.default.php to settings.php
- Configure settings.php
- CHMOD write permissions to the following directories:
- /
- src/
- thumb/
- res/
- inc/flatfile/ (if you choose to use flat file)
- Navigate your browser to imgboard.php, which causes the following to take place:
- Create database structure
- Check necessary directories are writable
- Write index.html containing the new image board
Updating
git pull
Contributing
- Read http://help.github.com/forking/
- Fork TinyIB
- Commit code changes to your forked repository
- Submit a pull request describing your modifications