Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.24 KB

Unifik

Unifik is an open source CMF built to help developers create customs CMS, based on the Symfony2 framework.

It comes bundled with a complete CMS implementation that is highly extensible.

The project is currently under heavy developement.

Requirements

Installation

To install the project into the "unifik" folder, run the following terminal command and follow the instructions. When in doubt of the value of some parameter, just press enter to use the default value.

$ composer create-project --stability=dev unifik/symfony-unifik unifik
$ cd unifik
$ app/console unifik:install

Now that unifik is installed you may use PHP 5.4 built-in web server to start unifik with this command:

$ app/console server:run

Unifik is now accessible at http://localhost:8000