
This the development repository for Simple Machines Forum.
The software is licensed under BSD 3-clause license.
Contributions to documentation are licensed under CC-by-SA 3. Third party libraries or sets of images are under their own licenses.
Notes:
Feel free to fork this repository and make your desired changes.
Please see the Developer's Certificate of Origin in the repository:
by signing off your contributions, you acknowledge that you can and do license your submissions under the license of the project.
Branches organization:
- release-3.0 - is the branch where updates for version 3.0 are applied
- release-2.1 - is the branch where updates for version 2.1 are applied
Setup
Using official releases provided by our downloads website requires no additional setup. A helpful guide is provided on our wiki.
If you are attempting to download from the source code provided on our github, you will need to run composer.
- Install Composer v2 or higher (https://getcomposer.org)
- Install the dependencies with composer as below (Developers read on)
composer install
- If you are intending to do development, you will want to install the developer dependencies, you can prepend
COMPOSER_NO_DEV=0 to the command like so