Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A CakePHP powered Content Management System

License

NotificationsYou must be signed in to change notification settings

croogo/croogo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

It is powered byCakePHP MVC framework.

This repository contains the plugins that made up the core of croogo. Application template repository ishttps://github.com/croogo/app.

Build StatusScrutinizer Code QualityCode Coverage

Requirements

  • Apache withmod_rewrite OR nginx
  • PHP 7.1 or higher
  • MySQL 5.7 or higher

Installation

Installation using composer

The preferred way to install Croogo is by usingcomposer.

composer create-project croogo/app myappcd myappcomposer install$EDITOR config/app.php # change database access credentialsbin/cake server # then browse to http://localhost:8765 or use vhost

If you want hack on croogo, you can use the--prefer-source flag, ie:

`composer create-project --prefer-source croogo/app myapp`

Web based installer

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

Manual installation

  • Extract the archive. Upload the content to your server.
  • Locate yourconfig directory, and rename the following files:
    • config/app.default.php toconfig/app.php, and edit the details.
  • You can access your admin panel athttp://your-site.com/admin. The installershould display a page for you to create the administrative user.

Links


[8]ページ先頭

©2009-2025 Movatter.jp