GithubHelp home page GithubHelp logo

radhouano / croogo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from croogo/croogo

0.0 1.0 0.0 5.17 MB

A CakePHP powered Content Management System

Home Page: http://www.croogo.org

License: Other

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

Requirements

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

Installation

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.
  • Create a new MySQL database (utf8_unicode_ci collation), and use these two SQL dump files in given order:
    • app/Config/Schema/sql/croogo.sql
    • app/Config/Schema/sql/croogo_data.sql
  • Rename:
    • app/Config/database.php.install to database.php, and edit the details.
    • app/Config/croogo.php.install to croogo.php, and edit the details.
    • app/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.

It is recommended that you install Croogo using the web based installer for security reasons.

Installation using git

  • Ensure you have a recent cakephp version 2.3

  • Run git submodule update --init

  • After running the web installer, you will need to generate the assets:

    Console/cake croogo make that 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 Plugin/Croogo ; make )

Links

croogo's People

Contributors

ad7six avatar admad avatar alevilar avatar andruu avatar apieum avatar ataylor32 avatar aymericderbois avatar calvinmcgee avatar ceeram avatar d1rk avatar damien-biasotto avatar fahad19 avatar hgassen avatar interlock avatar jeremyharris avatar josuesantos93 avatar korymarks avatar liamkeily avatar paulorpdl avatar primeminister avatar rchavik avatar real34 avatar sambernard avatar scoup avatar shama avatar smarek avatar tersmitten avatar thoth avatar tmaiaroto avatar vitorpacheco avatar

Watchers

 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.