Skip to content

oscoder/cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,135 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gleez CMS v2 (Bocydium Globulare)

What is Gleez CMS

[Gleez CMS] gleez-site is a user-friendly website [Content Management System] wiki-cms.

Work In Progress. Do not use this version in production!

Directory Structure

app/                 ready-to-use application template
config/              application configs
public/              public document root
build/               internally used build tools
src/                 core Gleez CMS code
tests/               tests of the core Gleez CMS code
vendor/              vendor libraries (Composer install path)

System Requirements

The minimum requirement by Gleez CMS is that your Web server supports PHP 5.3.9. But requirements may change at any time prior to 5.4

  • PHP >= 5.3.9

Additional requirements

  • PHPUnit >= 4.0.0 (for testing)

Tests

$ cd tests
$ phpunit \
--coverage-text \
--coverage-clover ../build/logs/clover.xml \
--coverage-html   ../build/report

For additional information see [PHPUnit The Command-Line Test Runner] php-unit

License

Licensed under the [Gleez CMS License] license. © Gleez Technologies

About

GleezCMS - A Light, Simple, Flexible Content Management System

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 73.2%
  • JavaScript 23.4%
  • CSS 3.3%
  • Other 0.1%