Stars: 307
Forks: 212
Pull Requests: 1143
Issues: 3831
Watchers: 71
Last Updated: 2023-09-12 15:23:42
e107 Bootstrap CMS (Content Management System) v2 with PHP, MySQL, HTML5, jQuery and Twitter Bootstrap. Issue Discussion Room: https://gitter.im/e107inc/e107
License: GNU General Public License v3.0
Languages: PHP, BlitzBasic, SuperCollider, HTML, CSS, JavaScript, Scala, SaltStack, Dockerfile, Clojure, Go
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.
public_html
.install.php
script (e.g., https://example.com/subfolder/install.php
)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
install.php
script (e.g., https://example.com/subfolder/install.php
)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.
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
If you like e107 and wish to help it to improve, please consider making a small donation.
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.
e107 is released under the terms and conditions of the GNU General Public License (http://www.gnu.org/licenses/gpl.txt)