symbio/orangegate4

OrangeGate4 CMS is built upon the great Sonata Admin.

Installs: 37

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 7

Forks: 0

Open Issues: 1

Type:project

pkg:composer/symbio/orangegate4

1.1.7 2016-02-15 09:32 UTC

This package is auto-updated.

Last update: 2025-10-08 09:27:36 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