Git Product home page Git Product logo

croogo's Introduction

Croogo

Croogo is a free, open source, content management system for PHP, released under MIT License.

It is powered by CakePHP MVC framework.

Build Status Scrutinizer Code Quality Code Coverage

Requirements

  • Apache with mod_rewrite
  • PHP 5.3 or higher
  • MySQL 4.1 or higher

Installation

Installation using composer

The preferred way to install Croogo is by using composer.

composer create-project croogo/app myapp
cd myapp
composer install

Web based installer

  • Extract the archive. Upload the content to your server.
  • Create a new MySQL database (utf8_unicode_ci collation)
  • visit http://your-site.com/ from your browser and follow the instructions.

Manual installation

  • Extract the archive. Upload the content to your server.
  • Locate your app directory, and rename the following files:
    • config/database.php.install to database.php, and edit the details.
    • config/croogo.php.install to croogo.php, and edit the details.
    • config/settings.json.install to settings.json
  • You can access your admin panel at http://your-site.com/admin. The installer should display a page for you to create the administrative user.

Installation using git

Beginning version 2.0.0, Croogo has been updated to be installed as a vendor package. This is intended to ease integration with an existing cakephp application.

  • Ensure you have a recent cakephp version 2.5

  • Run the following commands:

    git clone git://github.com/croogo/app app && cd app && Console/add_submodule

  • If you intend to modify the default administration theme, you will need to regenerate the assets by running the following command from the application root directory:

    Console/cake croogo make

    The above command will fetch twitter bootstrap and FontAwesome and subsequently compile the CSS assets using lessphp.

    Alternatively, you could use lessc or recess as the compiler as they generate a better result. Edit the COMPILE value in the Makefile accordingly and run:

    ( cd Vendor/croogo/croogo/Croogo ; make )

Links

croogo's People

Contributors

rchavik avatar fahad19 avatar marlinc avatar dakota avatar shama avatar damien-biasotto avatar chadrien avatar real34 avatar mohammadsaleh avatar josegonzalez avatar yuanchavik avatar christopher-m-depre avatar wouter0100 avatar appsbender avatar ionas avatar miketallroth avatar ecoreng avatar liamkeily avatar phpmagpie avatar sakulstra avatar ceeram avatar admad avatar primeminister avatar cdepre-sme avatar vitorpacheco avatar sitex avatar liviakuenzli avatar tersmitten avatar thoth avatar rakeshtembhurne avatar

Watchers

 avatar James Cloos avatar  avatar

croogo's Issues

Get rid of CroogoAppController

It would be better to create a Component which can be included in the app's AppComponent. This way Croogo is able to act more like a actual plugin.

Automatic routing

Currently we create static routes for all routes we need, but this needs to be automatically, like in the past.

Create a HookableBehavior to handle hooking

It would be nice to create a HookableBehavior. This behavior would handle the hooking of behaviors using Croogo::hookBehavior(). This way there's no need to extend a central CroogoTable but its still possible to easily support extension using hooks.

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.