e107内容管理系统

e107 Bootstrap CMS(内容管理系统)v2,采用 PHP、MySQL、HTML5、jQuery 和 Twitter Bootstrap。「e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap.」

Github星跟蹤圖

e107 Content Management System

Supported PHP Versions
GitHub release
GitHub Workflow "Unit Tests" Status
Code coverage
Join the chat at https://gitter.im/e107inc/e107
Download e107

e107 is a free and open-source content management system (CMS) which allows you to manage and publish your content online with ease. Developers can save time in building websites and powerful online applications. Users can avoid programming completely! Blogs, websites, intranets – e107 does it all.

Table of Contents

Requirements

Minimum

  • A web server (Apache or Microsoft IIS) running PHP 7.4 or newer
  • MySQL 4.x or newer, or MariaDB
  • FTP access to your web server and an FTP client (such as FileZilla)
  • Username and password to your MySQL database
  • Apache 2.4 or newer on Linux
  • PHP 7.4 or newer
  • MySQL 5.6 or newer, or MariaDB 10.3 or newer
  • A registered domain name
  • Access to a server control panel (such as cPanel)

Version Guidance

Version Status Last Release PHP Version
1.0.x EOL v1.0.4 >= 5.6
1.0.4 EOL v1.0.4 >= 5.6
2.0.x EOL v2.3.3 >= 7.4
2.1.x EOL v2.3.3 >= 7.4
2.2.x EOL v2.3.3 5.6 - 7.4
2.3.2 OK v2.3.3 5.6 - 8.1.*
2.3.3 Latest v2.3.3 7.4 - ^8.2.12

Installation

Standard Installation

  1. Download e107.
  2. Unzip/Extract the compressed file onto your desired web root.
    This is often a folder called public_html.
  3. Point your browser to the install.php script (e.g., https://example.com/subfolder/install.php)
  4. Follow the installation wizard in your browser.

Git Installation (developer version)

  1. Run the following commands, replacing '~' with your document root (the parent of public_html) and xxx:xxx is the intended owner of your e107 files.
    cd ~
    git clone https://github.com/e107inc/e107.git public_html	
    chown -R xxx:xxx public_html 
    
  2. Point your browser to the install.php script (e.g., https://example.com/subfolder/install.php)
  3. Follow the installation wizard in your browser.

Reporting Bugs

Be sure you are using the most recent version of e107 prior to reporting an issue.
You may report any bugs and make feature requests e107's GitHub Issues page.

Contributing to Development

  • Please submit 1 pull request for each GitHub issue you work on.
  • Make sure that only the lines you have changed actually show up in a file-comparison (diff).
    Some text editors alter every line; this should be avoided.
  • It is recommended to configure git pull to rebase on the master branch by default to avoid unnecessary merge commits. You can set this up in your copy of the repo's .git/config file like so:
    [branch "master"]
      rebase = true
    
  • See the CONTRIBUTING document for a tutorial on getting started.

Donations

If you like e107 and wish to help it to improve, please consider making a small donation.

  • PayPal: donate (at) e107.org

Support

Having trouble getting e107 up and running? Something not working the way you think it should? Unfortunately we don't have time to maintain a full e107 support community ourselves, but there are a few ways to get help.

  • If you think you have found a bug, then please see the section below on Reporting Bugs.
  • If you need help with how to use e107 or a development question (such as how to create a theme or plugin) - please see our docs.
  • You can also seek assistance in the Github Discussions area where you can get friendly community support from other users.
  • For real-time technical chat, and community support, please visit us on Gitter.
  • For other comments, please use our official community presences on Facebook, and Twitter as well as unofficial community presences on Google+ and Reddit.

License

e107 is released under the terms and conditions of the GNU General Public License

主要指標

概覽
名稱與所有者e107inc/e107
主編程語言PHP
編程語言PHP (語言數: 10)
平台
許可證GNU General Public License v3.0
所有者活动
創建於2012-11-16 19:49:01
推送於2025-05-10 15:02:01
最后一次提交2025-05-10 08:01:55
發布數22
最新版本名稱v2.3.3 (發布於 )
第一版名稱v2.0alpha (發布於 )
用户参与
星數324
關注者數68
派生數211
提交數14.4k
已啟用問題?
問題數4028
打開的問題數653
拉請求數858
打開的拉請求數31
關閉的拉請求數310
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?