Installing Tinyboard
Installation for Tinyboard is simple. You used to have to import the database tables and create a config file yourself, but now Tinyboard does it all for you.
Requirements
- PHP ≥ 5.2.5
- mbstring (
--enable-mbstring
)
- PHP-GD
- PHP-PDO with appropriate
driver for your database (only MySQL is supported at the moment)
We try to make sure Tinyboard is compatible with all major web servers and operating systems. Tinyboard does not include an Apache .htaccess file nor does it need one.
Installing
- Download and extract Tinyboard to your web directory or get the latest development version with:
git clone git://github.com/savetheinternet/Tinyboard.git
- Navigate to
install.php
in your web browser and follow the prompts.
- Tinyboard should now be installed. Log in to
mod.php
with the default username and password combination: admin / password.
Please remember to change the administrator account password.