You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tinyib/README.md

29 lines
674 B
Markdown

12 years ago
TinyIB
====
12 years ago
PHP image board
12 years ago
Installing
------------
12 years ago
1. CD to the directory you wish to install TinyIB
2. Run the following command:
12 years ago
- `git clone git://github.com/tslocum/TinyIB.git ./`
3. Copy settings.default.php to settings.php
12 years ago
4. Configure settings.php
5. CHMOD write permissions to the following directories:
12 years ago
- /
- src/
- thumb/
- res/
- inc/flatfile/ (if you choose to use flat file)
12 years ago
6. Navigate your browser to imgboard.php, which causes the following to take place:
12 years ago
- Create database structure
- Check necessary directories are writable
- Write index.html containing the new image board
12 years ago
Updating
------------
`git pull`