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.
- A SQL database. Any relational database supported by Doctrine will do. At the moment MySQL is recommended.
- PHP 5.4 or newer is required in addition to Symfony base requirements.
- Composer dependency manager must be installed.
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