Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 572 Bytes

File metadata and controls

21 lines (13 loc) · 572 Bytes

FluxBB configuration used for Textpattern support forum

Install

Install as if a normal FluxBB install from the feature-textpattern-forum branch.

After which you would follow the standard FluxBB installation steps.

Development

Development happens in the feature-textpattern-forum branch:

$ git clone --branch feature-textpattern-forum git@github.com:textpattern/fluxbb.git

To create a patch:

$ git diff master feature-textpattern-forum > feature-textpattern-forum.patch