mirror of
https://code.rocketnine.space/tslocum/tinyib.git
synced 2025-01-18 00:18:37 +01:00
efari
4be078ff86
fixed a wrong url
by using false, the url in the post number (in manage post mode) will point to the correct file
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 the GitHub Guide on Forking
- Fork TinyIB
- Commit code changes to your forked repository
- Submit a pull request describing your modifications
Languages
PHP
94.1%
JavaScript
3.9%
CSS
2%