项目作者: diversen

项目描述 :
Simple Modulized PHP framework. Demo login (admin / admin):
高级语言: PHP
项目地址: git://github.com/diversen/coscms.git
创建时间: 2010-12-10T17:50:31Z
项目社区:https://github.com/diversen/coscms

开源协议:

下载


  1. ___| ___| \ | ___|
  2. | _ \ __| | |\/ |\___ \
  3. | ( |\__ \ | | | |
  4. \____|\___/ ____/\____|_| _|_____/

About

CosCMS is a simple modular framework for building web application or shell applications.

Modules are distrubuted as profiles.

This is the default profile, it includes a

  • Account system
  • A blog
  • Disqus
  • Analytics

Demo

Demo Site

Login with admin / admin

Install Requirements

You will need:

  • PHP>=5.5 (Tested with PHP7.0)
  • PHP extensions: PDO, PDO-mysql, GD, mbstring, intl
  • MySQL>=5.5, and
  • Apache2 with mod rewrite module enabled

You can install it else where, but this is the quickstart.

Install

Install

  1. git clone https://github.com/diversen/coscms
  2. cd coscms

Update composer packages

  1. composer update

Create an apache2 host

  1. ./coscli.sh apache2 --en yoursite.com

Install:

  1. ./coscli.sh prompt-install --in

You will need a:

  • MySQL user (username and password) who can create a database
  • Database name to be created
  • Server name (yoursite.com - in our example)

Install will proceed, and all modules will be cloned from git repos.

At last you are prompted for an email and a password. Enter email and password, but just before logging in, run the following command to set correct file perms

  1. sudo ./coscli.sh file --chmod-files

In order to change other settings, edit config/config.ini

License: MIT