Skip to content

mentionbb/mentionbb-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MentionBB with Docker

Mention logo


It allows using MentionBB with Docker.

Contents

  • PHP 8.3
  • Nginx
  • PHPMyAdmin
  • Git
  • Composer

Requirements

Setup Via command-line (Windows)

  • Clone this repo or download.
  • Run docker compose up --build -d
  • Start winsetup.ps1 on PowerShell.
  • All files download and extracted to www folder.

This command-line interface download and install latest MentionBB release.

If PowerShell gives an unauthorized error, use the following command and run it again.

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser

Setup Via Zip

*For both installations, all files must be in www folder.

Install MentionBB

  • Open https://local.dev.com:8090
    • Username: mention
    • Password: sfx
  • Go to sf db and Import sf.sql
  • Connect tunnel and run composer update
    • Or extract the src/vendor.zip in same directory.
  • Open https://local.dev.com/ and enjoy!

License

Mention is a open-source project and licensed under the MIT License(MIT). Please read the license file.