2017 © Pedro Peláez
 

project symfony-unifik

The Unifik CMF project

image

unifik/symfony-unifik

The Unifik CMF project

  • Thursday, March 3, 2016
  • by hubertperron
  • Repository
  • 10 Watchers
  • 4 Stars
  • 42 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 9 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Unifik

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

It comes bundled with a complete CMS implementation that is highly extensible., (*2)

The project is currently under heavy developement., (*3)

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., (*4)

``` bash $ composer create-project --stability=dev unifik/symfony-unifik unifik $ cd unifik $ app/console unifik:install, (*5)


Now that unifik is installed you may use PHP 5.4 built-in web server to start unifik with this command: ``` bash $ app/console server:run

Unifik is now accessible at http://localhost:8000, (*6)

The Versions