An attempt to rebase leftypol software on vichan.
Go to file
Savetheinternet 44061cd8d8 Fixed README.
Error handling in config.php's installation of directories.
2010-11-02 22:35:18 +11:00
img first commit 2010-11-02 21:57:33 +11:00
inc first commit 2010-11-02 21:57:33 +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
index.php first commit 2010-11-02 21:57:33 +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
README Fixed README. 2010-11-02 22:35:18 +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 direcotires used by TinyBoard are writable. Depending on your setup, you may need to chmod the direcotires to 777.
  The default direcotires are
	- /res
	- /src
	- /thumb
* Run the script.