2017 © Pedro Peláez
 

project columnis-express

Zend expressive skeleton. Begin developing PSR-7 middleware applications in seconds!

image

solcre/columnis-express

Zend expressive skeleton. Begin developing PSR-7 middleware applications in seconds!

  • Tuesday, February 27, 2018
  • by solcre
  • Repository
  • 6 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Build Status Scrutinizer Code Quality Code Coverage Dependency Status Latest Stable Version Latest Unstable Version Total Downloads License, (*1)

Columnis Express

Introduction

Columnis Express is the new version of Columnis CMS. It is a simple ZF2 application that consumes Columnis API, assigns the data to the selected template engine and renders the request page., (*2)

Installation

  • To run columnis-express on your computer you must have doker installed and running., (*3)

  • Clone repository and run docker, (*4)

$ git clone https://github.com/solcre/columnis-express.git
$ cd columnis-express
$ docker-compose up -d

run container done, (*5)

If the console gives you the following, we are on the right track don't worry about the warning, (*6)

  • Rename local.php.dist to local.php
$ cd config/autoload
$ mv local.php.dist local.php
  • Inside local.php change the client-number local php, (*7)

  • Inside the docker terminal, (*8)

php composer.phar install
  • Open localhost:8080 in your browser and if you get something like this (img), everything is ok 404 columnis, (*9)

  • Inside public_html paste all your project dir (templates, assets, css, etc) like this: 404 columnis, (*10)

    Note: for all this to work the .htacces, 404.html, index.php and php.ini files must be inside public_html and must never be modified, deleted or anything like that., (*11)

  • Right now you can go back to localhost:8080 and you should see your web site 🥳🍾, (*12)

Server

PHP 5.4+ cURL, (*13)

Libraries Used

Zend Framework 2, (*14)

Guzzle 5 -> Used to consume the Columnis API, (*15)

AssetsManager + Assetic + filters -> Used to manage and minify stylesheets and scripts, (*16)

Smarty -> Used as template engine., (*17)

Apigility -> Used to retrieve templates and invalidate cache., (*18)

The Versions

03/02 2015

dev-scrutinizer-patch-4

dev-scrutinizer-patch-4 http://www.columnis.com/

Content Management System that consumes Columnis API and assigns the data to a template engine.

  Sources   Download

BSD-3-Clause

The Requires

 

express solcre columnis

12/01 2015

dev-juan_pablo_

dev-juan_pablo_ http://www.columnis.com/

Content Management System that consumes Columnis API and assigns the data to a template engine.

  Sources   Download

BSD-3-Clause

The Requires

 

express solcre columnis

06/01 2015

dev-scrutinizer-patch-3

dev-scrutinizer-patch-3 http://www.columnis.com/

Content Management System that consumes Columnis API and assigns the data to a template engine.

  Sources   Download

BSD-3-Clause

The Requires

 

express solcre columnis

31/12 2014

dev-scrutinizer-patch-2

dev-scrutinizer-patch-2 http://www.columnis.com/

Content Management System that consumes Columnis API and assigns the data to a template engine.

  Sources   Download

BSD-3-Clause

The Requires

 

express solcre columnis

26/12 2014

dev-scrutinizer-patch-1

dev-scrutinizer-patch-1 http://framework.zend.com/

Skeleton Application for ZF2

  Sources   Download

BSD-3-Clause

The Requires

 

framework zf2