• Stars
    star
    319
  • Rank 131,079 (Top 3 %)
  • Language
    PHP
  • License
    GNU General Publi...
  • Created almost 12 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

e107 Content Management System

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 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

Recommended

  • 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)

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 (http://www.gnu.org/licenses/gpl.txt)

More Repositories

1

bootstrap-cms

Website Content Management System (CMS) using Twitter Bootstrap, PHP, MySQL, HTML5 and jQuery
18
star
2

vstore

Simple shopping cart system for e107 v2.x Bootstrap CMS
PHP
17
star
3

sfs

Spam blocker for e107 - based on the database at stopforumspam.com
PHP
7
star
4

e107-v2.x-Language-Packs

Language Packs for v2.x
6
star
5

visualcaptcha

VisualCaptcha drop-in Captcha replacement for e107 v2.1.3 or higher.
PHP
4
star
6

e107-dev

Developer Tools for Firefox and Chrome
JavaScript
3
star
7

multilan

Multiple Language Plugin for e107 v2.
PHP
3
star
8

twofactorauth

Two-Factor Authenthication (2FA) for e107
PHP
2
star
9

tools

Various tools to help with development
Ruby
2
star
10

files

Ultra-simple file download page and menus utilizing e107's media-manager.
PHP
2
star
11

awstats

Awstats integration with e107 v2.x
PHP
2
star
12

youtube

Embed YouTube Thumbnails and player into your e107 v2.x website
PHP
2
star
13

hits

Simple page hit counter for e107
PHP
2
star
14

e107-test

For developmental use with e107 v2.
2
star
15

cloudfront

Use Amazon Cloudfront CDN with e107
PHP
2
star
16

agency2

PHP
2
star
17

guestbook

Update of the e107 Guestbook v4.02 from v1.x
PHP
2
star
18

reference

Use this e107 plugin to manage footnotes/references/sources associated with your news items.
PHP
2
star
19

bootstrap4

Bootstrap4 Theme folder working repo
PHP
1
star
20

themeswitch

e107 Plugin for user switching of themes and theme layouts.
PHP
1
star
21

bootstrap5

bootstrap5 theme for e107 v2.3.1+
PHP
1
star
22

e107-easyshop

Automatically exported from code.google.com/p/e107-easyshop
PHP
1
star
23

calendar_menu

e107 v2 Calendar Menu
PHP
1
star
24

lscache

Litespeed Cache plugin for e107 v2
PHP
1
star
25

landingzero

Landing Zero Theme for e107 v2.x
PHP
1
star
26

canonical

Canonical links for e107 v2.x
PHP
1
star