Git Product home page Git Product logo

multiflux's Introduction

MultiFlux

A modified version of FluxBB 1.5.11 to allow multiple installations to share the same tables.

Installation

MultiFlux has the same dependencies as the same-numbered FluxBB version, but the installation process has been modified and tailored more toward hosting providers. There is still a manual step which may need to be overseen by way of an admin panel at some point. We'll see if I get to it.

  1. Install LAMP or LEMP or L*MP, who cares.
  2. Run (installation root)/install.php. You can't miss it, every forum script will redirect you to it if your database hasn't been installed.
  3. (Manual Step) Insert virtual hosts into the hostmap table. You can very easily build a simple script to do this, like PunBB-Hosting did back in the day. The table format is very simple:
    • host (TEXT) => The virtual host (forums.example.com).
    • site_id (UNSIGNED INT) => Any number that is unique to this site. You can do this in ascending order if you would like (seems most logical), but it's not required.
  • 2b. Insert CNAMES of your virtual hosts. For example if you inserted ('example.com', 1), you most likely also want to insert ('www.example.com', 1). This will ensure they are treated as synonymous.
  1. Direct users (and likely yourself) to their forum URLs in order to do board setup. This is also hard to miss as you will be redirected automatically. This involves setting up the administrator account and the board title, language, default style, etc.

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.