Skip to content

Commit

Permalink
resolve issues doing manual install of deps and bundles from master
Browse files Browse the repository at this point in the history
  • Loading branch information
omniError committed Jul 5, 2012
1 parent 9afd19d commit e3c65a2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -36,7 +36,7 @@ Zikula requires PHP 5.3.3 and above.
The username and password are `admin` / `zikula1`
- Configuring the database settings in `app/config/database.yml`
- Install vendors with `php composer.phar install`
- Copy assets to web directory `app/console assets:install`
- Copy assets to web directory `app/console assets:install web`

## Change Guide

Expand Down
6 changes: 3 additions & 3 deletions app/config/config.yml
Expand Up @@ -6,15 +6,15 @@ framework:
#esi: ~
# translator: { fallback: %locale% }
secret: %secret%
charset: UTF-8
# charset: UTF-8
router: { resource: "%kernel.root_dir%/config/routing.yml" }
form: true
csrf_protection: true
validation: { enable_annotations: true }
templating: { engines: ['twig'] } #assets_version: SomeVersionScheme
default_locale: %locale%
session:
auto_start: true
# session:
# auto_start: true

# Twig Configuration
twig:
Expand Down
1 change: 0 additions & 1 deletion composer.json
Expand Up @@ -22,7 +22,6 @@
"jms/di-extra-bundle": "1.0.1",
"gedmo/doctrine-extensions": "dev-master",
"imagine/Imagine": "dev-master",
"swiftmailer/swiftmailer": "4.1.8",
"twig/twig": "1.8.0",
"pagerfanta/pagerfanta": "dev-master",
"white-october/pagerfanta-bundle": "dev-master",
Expand Down

0 comments on commit e3c65a2

Please sign in to comment.