Giter VIP home page Giter VIP logo

fluxbb2's Introduction

FluxBB 2.0

FluxBB is a fast, light, user-friendly forum application for your website.

Installation

Using Vagrant

The preferred method of getting FluxBB up for development is by using Vagrant. This allows you to work in a preconfigured VM without having to make changes to your computer such as installing PHP and a webserver.

To install FluxBB using this method:

  1. Download and install Virtualbox which is required for using Vagrant.
  2. Download and install Vagrant.
  3. Use Git to clone this repository: git clone git://github.com/fluxbb/fluxbb2.git.
  4. Run vagrant up from the command line. This will configure the VM for you. This can take a few minutes when you run it for the first time.

You will now be able to access your FluxBB installation at http://localhost:2008/public/index.php.

A MySQL database will be created for you. To use this during the installation of FluxBB, type in:

  • Database host: localhost
  • Database name: fluxbb
  • Database user: fluxbb
  • Database password: password

On your local webserver

To install FluxBB, run the following commands from your command line:

git clone git://github.com/fluxbb/fluxbb2.git
curl -s https://getcomposer.org/installer | php
php composer.phar install

After that, you can browse to the public/ folder in your favorite browser. FluxBB will then ask you to install it. :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.