Skip to content

Latest commit

 

History

History
executable file
·
32 lines (21 loc) · 669 Bytes

File metadata and controls

executable file
·
32 lines (21 loc) · 669 Bytes

Mingus

Introduction

This is a simple content management system built on ZF2 that requires a minimum knowledge of programming.

Installation

Using Git

You can install Mingus using native git submodules:

git clone git://github.com/nervoustwit/mingus.git

Get Dependencies

Open a command line prompt in the root of mingus and execute:

sudo php composer.phar install

to install all the necessary dependencies

Virtual Host

Afterwards, set up a virtual host to point to the public/ directory of the project and you should be ready to go!

Edited 2018-10-30