Simple Modulized PHP framework. Demo login (admin / admin):
___| ___| \ | ___|
| _ \ __| | |\/ |\___ \
| ( |\__ \ | | | |
\____|\___/ ____/\____|_| _|_____/
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
Login with admin
/ admin
You will need:
You can install it else where, but this is the quickstart.
Install
git clone https://github.com/diversen/coscms
cd coscms
Update composer packages
composer update
Create an apache2 host
./coscli.sh apache2 --en yoursite.com
Install:
./coscli.sh prompt-install --in
You will need a:
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
sudo ./coscli.sh file --chmod-files
In order to change other settings, edit config/config.ini
License: MIT