symbio/orangegate4

OrangeGate4 CMS is built upon the great Sonata Admin.

1.1.7 2016-02-15 09:32 UTC

This package is auto-updated.

Last update: 2024-03-08 05:52:23 UTC


README

OrangeGate4 CMS is built upon the great Sonata Admin project.

Installation

  1. composer create-project symbio/orangegate4

  2. php app/console doctrine:schema:update --force

  3. php app/console fos:user:create
    admin

  4. php app/console fos:user:promote
    admin
    ROLE_SUPER_ADMIN

  5. http://...../admin goes to CMS login page