installation - vichan-devel/vichan GitHub Wiki

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

  1. PHP ≥ 5.2.5
  2. mbstring (--enable-mbstring)
  3. PHP-GD
  4. 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

  1. Download and extract Tinyboard to your web directory or get the latest development version with:
git clone git://github.com/savetheinternet/Tinyboard.git
  1. Navigate to install.php in your web browser and follow the prompts.
  2. 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.