Skip to content
/ CMS Public

Generic Content Management System (CMS) with menu structure stored in database using HTML, CSS, PHP and MySQL

License

Notifications You must be signed in to change notification settings

nabby27/CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMS

Generic Content Management System (CMS) with menu structure stored in database using HTML, CSS, PHP and MySQL

Getting Started

Prerequisites

  • php5+
  • mysql
  • apache2

or server like xamp

Installing

First of all create the database with the script that is in the database folder, then insert data example (use the script 'test_insertion.sql'). Modify the db_connect file by putting your connection data to the database. Finally, copy the files in your workplace on the server

Running

Access to CMS app in the url of server. ex:

http://localhost

Authors

License

This project is licensed under the GNU General Public License v3.0 License - see the LICENSE file for details