Startbbs

Source: Internet
Author: User
Keywords nbsp open source community install
Tags .mall apache app based cache code community design

+=======================+

Startbbs Open Source Community system (also known as: Starting BBS)

+=======================+

Startbbs (The starting source Community system) is a new Community system based on PHP+MYSQL development, she lightweight, simple, powerful and efficient, also referred to as "STB (sesame)."

CodeIgniter MVC Framework is developed, easy to develop and expand two times, code and template are separated, users can easily customize.

The foreground UI uses the current popular Bootstrap and jQuery to maximize the user experience and enhance the user's stickiness and goodwill towards the forum. Design using a flow-responsive design, whether you are using a computer, tablet or mobile phone, can well adapt to the screen, no need to develop the corresponding template.

The overall architecture from the cache, database design, code and other aspects of the optimization to support millions data, open the cache and gzip, the speed of opening the site as smooth as static pages.

Installation package only hundreds of k size, than the general Blog is small and lightweight, starting from the beginning, to "bloated" two words to say good-bye! Although not yet perfect, but I will be dedicated to develop it, and continue to update. I hope you can give more valuable advice, but also welcome the ability to contribute to the code.

Startbbs Open Source Forum

Http://www.startbbs.com

+=======================+

Environmental needs of Startbbs open source community

+=======================+

1. Available WWW servers, such as Apache, IIS, Nginx, are recommended to use Apache

2. PHP 5.1.6 above, it is recommended to use PHP more than 5.3 version

3. MySQL more than 5.0, the server needs to support MYSQLI or Pdo_mysql

4. GD Graphics library Support or ImageMagick support, recommend the use of ImageMagick, in the processing of large files when performing better

+=======================+

Startbbs Open Source Community system download

+=======================+

Can be downloaded directly from the official or to the following managed address

Google

http://code.google.com/p/startbbs/

+=======================+

Startbbs Open Source Community system installation

+=======================+

1. Upload files from directory to server

2. Set directory properties (Windows Server can ignore this step)

The following directories require read-write access

./

. App

./app/cache

./app/config Directory

./uploads directory and its subdirectories

3. Enter the homepage on the automatic prompt installation, such as reinstall please delete the Intall.lock file in the root directory

or access http://your domain/home/install/for installation

4. Refer to the page prompts, install, until the installation is complete

+=======================+

Startbbs Open Source Community system upgrades

+=======================+

Each version will provide an upgrade package, as specified in the official forum

A. Upload the upgrade package to overwrite the original file

B. Execute http://domain/index.php/upgrade

+=======================+

Startbbs Rewrite Opening method

+=======================+

Apache:

<ifmodule mod_rewrite.c>

Rewriteengine on

Rewritecond%{request_filename}!-f

Rewritecond%{request_filename}!-d

Rewritecond $!^ (index\.php|images|robots\.txt)

Rewriterule ^ (. *) $/index.php/$1 [L]

</IfModule>

Nginx:

Location/{

if (!-e $request _filename) {

Rewrite ^/(. *) $/index.php last;

}

}

Follow-up will add more rules

+=======================+

Technical support of Startbbs software

+=======================+

When you are in the installation, upgrade, day-to-day use of the problem, please go to the following site to obtain technical support.

Startbbs Official website: www.startbbs.com

Official Mail startbbs@126.com

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.