An attempt to rebase leftypol software on vichan.
Go to file
2010-11-02 06:34:28 -07:00
img first commit 2010-11-02 21:57:33 +11:00
inc Transparency fix for thumbnails 2010-11-03 00:08:03 +11:00
res Added some required directories 2010-11-02 22:12:03 +11:00
src Added some required directories 2010-11-02 22:12:03 +11:00
templates first commit 2010-11-02 21:57:33 +11:00
thumb Added some required directories 2010-11-02 22:12:03 +11:00
install.sql Added SQL dump 2010-11-02 22:06:37 +11:00
main.js first commit 2010-11-02 21:57:33 +11:00
post.php Moved index.php to post.php 2010-11-02 06:34:28 -07:00
README Ridiculous spelling error in README 2010-11-02 22:49:20 +11:00
style.css first commit 2010-11-02 21:57:33 +11:00

Tinyboard - A lightweight PHP imageboard.


=== Installation ===
* Tinyboard requires a MySQL database and a user to work. Create one.
* Import 'install.sql' into the database using phpMyAdmin
   OR
  mysql -uUSERNAME -pPASSWORD DATABASE < install.sql
* Edit 'inc/config.php' to suit your installation
* Make sure that the directories used by TinyBoard are writable. Depending on your setup, you may need to chmod the directories to 777.
  The default directories are
	- /res
	- /src
	- /thumb
  You will also need to chmod the root directory so that static HTML files like index.html can be made.
* Run the script.