2017 © Pedro Peláez
 

library gotcms

GotCms is a CMS based on Zend Framework 2

image

gotcms/gotcms

GotCms is a CMS based on Zend Framework 2

  • Wednesday, April 19, 2017
  • by PierreRambaud
  • Repository
  • 31 Watchers
  • 140 Stars
  • 801 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 62 Forks
  • 1 Open issues
  • 23 Versions
  • 0 % Grown

The README.md

GotCms

Master status: Build Status Coverage Status Latest Stable Version Scrutinizer Code Quality, (*1)

About GotCms

  • GotCms is a Content Management System (CMS) based on Zend Framework 2 which enables you to build websites and powerful online applications.
  • GotCms Official site
  • This product has been made available under the terms of the GNU Lesser General Public License version 3.
  • Please read the LICENSE.txt file for the exact license details that apply to GotCms.
  • See features

Release information

Updates in 1.6.2

Please see CHANGELOG.md., (*2)

Installation

Download

Composer:, (*3)

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar create-project gotcms/gotcms path/ 1.6.2

Git:, (*4)

$ git clone https://github.com/GotCms/GotCms.git

Zip archive:, (*5)

https://github.com/GotCms/GotCms/archive/1.6.2.zip, (*6)

Apache configuration

If you want to use VirtualHost, copy the .htaccess content otherwise check if "AllowOverride" is set to "All"., (*7)

Example of VirtualHost:, (*8)

<VirtualHost *:80>
    ServerAdmin admin@got-cms.com
    ServerName got-cms.com
    ServerAlias www.got-cms.com
    DocumentRoot /path/to/got-cms/public
    <Directory /path/to/got-cms/public>
        Options Indexes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} -s [OR]
        RewriteCond %{REQUEST_FILENAME} -l [OR]
        RewriteCond %{REQUEST_FILENAME} -d
        RewriteRule ^.*$ - [NC,L]
        RewriteRule ^.*$ index.php [NC,L]
    </Directory>
</VirtualHost>

Make sure read and write access are available by apache user/group for these directories: - config/autoload - public/frontend - public/media - data/cache, (*9)

Required

  • An HTTP server
  • Php version >= 5.3.23
  • XML support
  • FileInfo support
  • Mbstring support
  • Json support
  • Curl support
  • PDO support
  • A database supported by PDO.
    • MySQL
    • PostgreSQL

Actually only tested with Apache HTTP server. Php configuration: - Display Errors: Off - File Uploads: On - Magic Quotes Runtime: Off - Magic Quotes GPC: Off - Register Globals: Off - Session Auto Start: Off, (*10)

Instructions

Go to the website, it will redirect you to /install. Please follow instructions, there are only five steps: - Language - License - Pre-configuration - Database connection - Configuration, (*11)

Administration page is accessible by typing /admin after your installation path (i.e : http://yourdomain.tld/admin), (*12)

Then you can manage your website, create documents, documents types, datatypes, views, layouts, scripts, ..., (*13)

All contents are stored in database., (*14)

TROUBLESHOOTING

On Windows with wampserver, if you encounter an 403 Forbidden:, (*15)

<Directory "path/to/got-cms">
    Allow from all
</Directory>

Contributing

If you wish to contribute to GotCms, please read the CONTRIBUTING.md., (*16)

Notes

Please visits the best framework ever : Zend Framework 2, (*17)

The Versions

11/12 2013
28/10 2013
01/09 2013

0.2.1

0.2.1.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

04/08 2013

0.2.0

0.2.0.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

20/07 2013

0.1.9

0.1.9.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

02/06 2013

0.1.8

0.1.8.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

30/04 2013

0.1.7

0.1.7.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

30/04 2013

0.1.6

0.1.6.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD

08/04 2013

0.1.5

0.1.5.0

GotCms is a CMS based on Zend Framework 2

  Sources   Download

LGPL-3.0

The Requires

 

The Development Requires

by Pierre RAMBAUD