To install the development version, you need to have the following tools installed:
- A webserver
- PHP 5.4 or greater
- Composer
Download the zip archive from GitHub or clone the repository using Git:
git clone -b 2.0 git://github.com/fluxbb/fluxbb.git
When using the development version of FluxBB 2.0, you need to install dependencies using Composer. In the directory where you downloaded FluxBB, run the following commands from your command line:
curl -s https://getcomposer.org/installer | php
php composer.phar install
Finally, to configure your forum and prepare a database, run the following in your command line:
php fluxbb install
This will guide you through the installation process by asking for a few parameters.