e107 Content Management System (CMS) - v2


What is e107?


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

Download :- https://github.com/e107inc/e107/archive/master.zip

Requirements


Minimum


A Web-Server (Apache or Microsoft IIS) running PHP v5.6 or higher and MySQL 4.x or 5.x.


FTP access to your webserver and an FTP program such as Filezilla


Username/Password to your MySQL Database


Recommended


A Linux based Webserver running Apache 2.x, PHP 7.x and MySQL 5.x (LAMP)


A registered Domain Name


Access to a Server Control Panel (such as cPanel)


Standard Installation


Unzip/Extract the compressed file onto your server.


Point your browser to the http://localhost/YOURFOLDER/install.php (depending on your webserver setup)


Follow the installation wizard


Git Installation (developer version)


Run the following commands ( where 'youraccount' is the folder above your public_html folder and xxx:xxx is the default owner for your files - this can be found using FileZilla and FTP)


cd youraccount git clone https://github.com/e107inc/e107.git public_html chown -R xxx:xxx public_html

Point your browser to the http://localhost/YOURFOLDER/install.php (depending on your webserver setup)


Follow the installation wizard


Comments