e107

e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107

Github stars Tracking Chart

e107 Content Management System

GitHub release
GitHub Workflow "Unit Tests" Status
Code coverage
Join the chat at https://gitter.im/e107inc/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 5.6 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.2 or newer on Linux with PHP 7.0 or newer
  • MySQL 5.x or newer, or MariaDB
  • A registered domain name
  • Access to a server control panel (such as cPanel)

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.

  • Bitcoin address: 18C7W2YvkzSjvPoW1y46PjkTdCr9UzC3F7
  • PayPal: donate (at) e107.org

Support

License

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

Overview

Name With Ownere107inc/e107
Primary LanguagePHP
Program languagePHP (Language Count: 11)
Platform
License:GNU General Public License v3.0
Release Count22
Last Release Namev2.3.3 (Posted on )
First Release Namev2.0alpha (Posted on )
Created At2012-11-16 19:49:01
Pushed At2024-05-11 10:32:59
Last Commit At2024-05-10 15:02:52
Stargazers Count316
Watchers Count72
Fork Count212
Commits Count14.1k
Has Issues Enabled
Issues Count3929
Issue Open Count625
Pull Requests Count847
Pull Requests Open Count5
Pull Requests Close Count301
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top