Giter Site home page Giter Site logo

krishjun / gotcms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gotcms/gotcms

1.0 1.0 0.0 33.09 MB

GotCms is a Cms based on Zend Framework 2 and PosgreSQL / MySQL

Home Page: http://got-cms.com

License: GNU Lesser General Public License v3.0

gotcms's Introduction

GotCms - Information

Master status: Build Status Coverage Status Latest Stable Version Latest Unstable Version

About GotCms

  • GotCms is a Content Management System (CMS) based on Zend Framework 2.2.5 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
  • Try out online demo

Release information

Updates in 1.2.0

Please see CHANGELOG.md.

Installation

Download

Composer:

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

Git:

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

Zip archive:

https://github.com/GotCms/GotCms/archive/1.2.0.zip

Apache configuration

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

Example of VirtualHost:

<VirtualHost *:80>
    ServerAdmin [email protected]
    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

###Required

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

Recommended

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

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

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

Then you can manage your website, create documents, documents types, datatypes, views, layouts, scripts, ...

All contents are stored in database.

TROUBLESHOOTING

On Windows with wampserver, if you encounter an 403 Forbidden:

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

If you have suhosin installed on your server and you can't display pages because stream wrapper isn't register, add the following line in your php.ini:

suhosin.executor.include.whitelist = zend.view://, gc.script://

or in your Apache VirtualHost configuration:

php_value suhosin.executor.include.whitelist zend.view://, gc.script://

Contributing

If you wish to contribute to GotCms, please read the CONTRIBUTING.md.

Notes

Please visits the best framework ever : Zend Framework 2

Bitdeli Badge

gotcms's People

Contributors

pierrerambaud avatar ekwator avatar bitdeli-chef avatar

Stargazers

Roman avatar

Watchers

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