Giter Site home page Giter Site logo

hack22learn / mycms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faham/mycms

0.0 3.0 0.0 47.2 MB

This is a tiny CMS web application, originally developed for university labs and research groups but can be used as a generic content management system

License: MIT License

PHP 92.28% CSS 1.75% HTML 0.05% Smarty 5.08% Shell 0.01% JavaScript 0.82%

mycms's Introduction

MyCMS

This is a tiny CMS web application, originally developed for university labs and research groups but can be used as a generic content management system

Installation Requirements

  • PHP
  • php_curl extension
  • MySQL
  • Pear (packages needed: DB, DB_DataObject)
  • Apache, Rewrite Module

Initialization

  • set the RewriteBase in .htaccess file based on your project location relative to your root domain directory
  • copy config.ini file at root directory of the project to config.ini and set desired values for various settings in it.
  • create you database in mysql compliant to your settings in config.ini
  • run database.sql queries (or import) to setup database tables and views
  • run create-schema.sh to create the db interface schema

Change Front End Designs

  • manipulate *.tpl files in /templates directory to change related designs for each content display format ro pages

Add New Contents

  • change classes/contents.php file to add a new content, based upon the references in the newly defined content you should add table definitions to database.sql file and also manually define your tables to your current database.

Support New Languages

  • you can support new languages for static strings by adding new language files to lang/ directory.

mycms's People

Contributors

faham avatar

Watchers

James Cloos avatar Sudhanshu patel avatar Ashutosh Dwivedi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.