Skip to content

miholeus/symphonia

Repository files navigation

Symphonia Project

CMS system based on popular Framework. Symfony Framework 3.x used.

Current Progress: In development

Features:

  1. Build pages
  2. Custom nodes on pages
  3. Integrated menu

Build Status Scrutinizer Code Quality Build Status codecov.io

Installation

PHP 7.1+ ,a database server, and Composer are required.

  1. There are 2 ways of grabbing the code:
  • Use GitHub: simply download the zip on the right of the readme
  • Use Git: git clone git@github.com:miholeus/symphonia.git
  1. From a command line open in the folder, run docker-compose up -d.
  2. Go to container, run composer install.
  3. Enter your config into app/config/parameters.yml.
  4. Create database schema php app/console doctrine:schema:create
  5. Run migrations with php app/console doctrine:migrations:migrate command.
  6. Populate database with fixtures php app/console doctrine:fixtures:load

About

CMS based on Symfony Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published