mirror of
https://code.rocketnine.space/tslocum/tinyib.git
synced 2025-01-18 00:38:19 +01:00
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
Languages
PHP
94.1%
JavaScript
3.9%
CSS
2%