Home

Awesome

Hummingbird CMS (ALPHA)

The CMS based on Phalcon v4 and UIKit v3

Requirements

Included

Core features

Core applications

Install packages channel

Core assets

Installation for Development

Clone this repo

git clone https://github.com/mvanvu/hummingbird-cms.git

Add current user to www-data group (to fix write config file during install)

sudo usermod -a -G www-data $USER

Chmod permissions

cd hummingbird-cms
sudo chgrp -R www-data src
sudo chmod -R g+w src
sudo chmod -R g+s src

Composer install

cd src
composer install

Build with the docker

cd ../
docker-compose build
docker-compose up -d

Run the fly from the docker

docker-compose exec ubuntu-18.4 bash
cd /var/www/hummingbird.local
php fly tinker

Start to install

Browse this URL http://localhost:9000/ and enjoy

Official plugins ([group] - [name]: [URL])