Skip to content

ElectricMaxxx/ipc-cmf-example-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eine Symfony Application um CMS Funktionen erweitern

composer update ausführen, klar

cp app/config/parameters.yml.dist app/console/parameters.yml 
# Edit the parameters especially the database connection

und dann für das PHPCR:

php app/console doctrine:database:create
php app/console doctrine:phpcr:init:dbal
php app/console doctrine:phpcr:workspace:create my_workspace
php app/console doctrine:phpcr:repository:init
php app/console -v doctrine:phpcr:fixtures:load           
``

Initial auf master ausführen. Zum Probieren und schauen kann man `s/Step-[1-5]`
auschecken. Um dann jeweils die Fixture zu laden kann man dann pro Step:
`php app/console doctrine:phpcr:fixtures:load` ausführen.

Mit Hilfe von `php app/console -v doctrine:phpcr:node:dump` kann man sich den Baum auch in der Console
anschauen.

Fragen an `@ElectricMaxxx` über Twitter oder hier als Issue.

About

The example application used for the presentation on the IPC/Webtech conference 2015 in Munich.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published