Skip to content

Base Sonata Project @ Symfony 2.7 and Sonata 2.3, kindly provided by koyaan

Notifications You must be signed in to change notification settings

SamsonIT/sonata-base

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koyaan's base Symfony 2.7 project with Sonata 2.3 integrated.

composer install php app/console doctrine:database:create php app/console doctrine:schema:update --force php app/console assets install

optional when ACLs are not properly configured on your filesystem.

HTTPDUSER=ps aux | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1

sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:whoami:rwX app/cache app/logs

sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:whoami:rwX app/cache app/logs

Available Routes

Frontend: http:///app/example http:///register/ http:///profile/ http://sandbox.vm/profile/edit-authentication

Routes: http:///admin/

About

Base Sonata Project @ Symfony 2.7 and Sonata 2.3, kindly provided by koyaan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.7%
  • ApacheConf 4.1%
  • HTML 2.2%