e107inc / e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
https://e107.org
GNU General Public License v3.0
318 stars 212 forks source link
bootstrap bootstrap4 bootstrap5 cms content-management e107 fast html installation-wizard jquery mariadb mysql newer php php8 twitter-bootstrap

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

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

Donations

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

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.

License

e107 is released under the terms and conditions of the GNU General Public License (http://www.gnu.org/licenses/gpl.txt) This changed.