Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
/ SmartBB Public archive

Minimalist but very stable PHP Bulletin Board System, using Nginx MySQL and JQuery

Notifications You must be signed in to change notification settings

f1she3/SmartBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

  1. Introduction
  2. Components
  3. Installation

SmartBB

SmartBB is an open source minimalist Bulletin Board System (BBS), where you can easily exchange with other people : Its goal is to provide an easy-to-install BBS for everybody (just clone and follow the instructions), in order to setup in few minutes a place where people can meet to exchange about anything.
Home page Article & comments

SmartBB's code is :

  • simple
  • clean & secured
  • all coded by me :)

The administration system is just the same, it's simple but efficient. Admin page

Please feel free to tell me your thoughts about it, to report any problem and to improve it :)

Components

Backend

  - PHP
  - JavaScript + JQuery
  - MySQL

Frontend

  - HTML5
  - CSS3
  - Twitter Bootstrap

Installation

git clone https://github.com/f1she3/SmartBB.git
  • Install & start Nginx and MySQL:

    Debian

    sudo apt install nginx mysql-server

    Arch Linux

    sudo pacman -S nginx mariadb

  • Copy nginx.conf to your config file

  • Import the database smartbb.sql

  • Edit functions/init.php according to your needs and your configuration

Happy sharing !

About

Minimalist but very stable PHP Bulletin Board System, using Nginx MySQL and JQuery

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages