Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 921 Bytes

installation.md

File metadata and controls

30 lines (17 loc) · 921 Bytes

Installation

Prerequisites

To install the development version, you need to have the following tools installed:

  • A webserver
  • PHP 5.4 or greater
  • Composer

Download

Download the zip archive from GitHub or clone the repository using Git:

git clone -b 2.0 git://github.com/fluxbb/fluxbb.git

Install dependencies

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

Run the installer

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.