GithubHelp home page GithubHelp logo

madef / madefcms Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 420 KB

Madef Cms is a small and easy to use versioned content management system based on symfony 2 project.

License: Other

ApacheConf 1.00% PHP 88.35% CSS 2.49% JavaScript 8.16%

madefcms's Introduction

MadefCms

Madef Cms is a small and easy to use versioned content management system based on symfony 2 project. Versioned means that you can plan a future version of your web site and publish it when it's ready.

Functionalities

  • Versioning
    • Preview a future version
    • Publish a version when it's perfect
    • Rollback to a previous version
  • Templating
    • Every template are versionned
    • Stored in database
    • Modification via the admin panel (widget, layout, page, media)
  • Easy to use
    • Drag & drop interface to add widgets into pages
    • Create widgets, layouts and pages directly on the admin panel
  • Extendable
    • Install/create bundles to and new features

Roadmap

  • Internationalization of the pages, layouts and widgets

Tech

  • [Symfony 2.4] - PHP 5.3 full-stack web framework
  • [Bootstrap] - Front-end framework for developing responsive,
  • [jQuery] - Feature-rich JavaScript library
  • [SQLite] - Embedded database

Installation

Composer is required to install the project. For that, download composer and copy it into your bin directory:

get composer: php -r "readfile('https://getcomposer.org/installer');" | php
mv composer.phar /usr/local/bin/composer

Import the project using git:

git clone https://github.com/madef/MadefCms.git cms
# OR git clone [email protected]:madef/MadefCms.git cms

Install and configure it using composer:

cd cms
composer install

Copy the public files (css, js, ...):

php app/console assetic:dump

Clear your cache:

php app/console cache:clear --env=dev
sudo php app/console cache:clear --env=prod

Allow the application to write in cache and log directories:

chmod -R a+rw app/logs/
chmod -R a+rw app/cache/
chmod -R a+rw app/data/

Finally, go to the admin panel to create your first page. The url is /admin (app_dev.php/admin).

Login : admin Password : admin

License

The project is open source, under BSD license.

madefcms's People

Contributors

madef avatar

Stargazers

 avatar

Watchers

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