Giter VIP home page Giter VIP logo

enhavo's Introduction

alt text

License Build status... Scrutinizer Code 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 guarantee 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 [email protected] [email protected] password --super-admin

Get started

If you want to use enhavo you can read the Get Started tutorial.

Demo

Use username [email protected] with password admin to log in into the backend.

demo.enhavo.com

Documentation

Documentation is available at docs.enhavo.com. To create documentation you need sphinx. Install it over pip with

$ pip install -U Sphinx

Compile the documentation with

$ sphinx-build -b html docs/source build/docs

Or use the autobuilder to watch your files

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

Run tests

First setup the test database for behat testing, with

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

Then run the test itself.

$ bin/behat
$ bin/phpunit

MIT License

License can be found here.

enhavo's People

Contributors

gseidel avatar fabianliebl avatar npakai avatar indivisualvj avatar mergify[bot] avatar martinalt avatar requiem4apr0 avatar tomschwiha avatar schaetzle avatar pgrimaud avatar smbkr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.