Skip to content

SYMBIO/orangegate4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrangeGate4 CMS

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