Skip to content

npakai/enhavo

 
 

Repository files navigation

alt text

License Build status... Codefresh build status Scrutinizer Coverage Version

The enhavo CMS is a open source PHP project on top of the fullstack Symfony framework and uses awesome Sylius components to serve a very flexible software, that can handle most of complex data structure with a clean and usability interface.

Enhavo is still under heavy development and we can't gurantee for backward compatibility or security issues nor is our documentation up to date. So we advice you to not use the software for production until we reach a stable release.

Contribute

Help us to develop the software. This is the main repository of the enhavo project. Feel free to open tickets or pull requests or just give us feedback. If you are a github user, you can star our project.

Install

For install enhavo, you need composer and yarn

$ composer install
$ yarn install
$ yarn encore dev
$ yarn routes:dump
$ bin/console enhavo:init
$ bin/console fos:user:create my@email.com my@email.com password --super-admin

Editions

If you want to use enhavo CMS, we recommend to use one of the enhavo editions:

Demo

Use username admin@enhavo.com with password admin to log in into the backend.

demo.enhavo.com

Docker

To run the demo with docker you can use following command

$ docker run -d -e DATABASE_URL='mysql://root:root@mysql:3306/enhavo' --link 'mysql:mysql' -p '80:80' enhavo/enhavo:master

Documentation

Documentation is available at docs.enhavo.com.

Compile the documentation with

$ pip install -U Sphinx
$ sphinx-build -b html docs/source build/docs

Or use the autobuilder

$ pip install sphinx-autobuild
$ sphinx-autobuild docs/source build/docs

Run tests

First setup the test database for behat testing, with

$ app/console doctrine:schema:update --force --env="test"

Then run the test itself.

$ bin/behat
$ bin/phpunit

MIT License

License can be found here.

About

modern cms based on symfony and sylius

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.3%
  • HTML 8.0%
  • CSS 3.4%
  • TypeScript 0.6%
  • Gherkin 0.5%
  • JavaScript 0.1%
  • Other 0.1%