Skip to content

Instantly share code, notes, and snippets.

@jviereck
Created March 29, 2015 10:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jviereck/d896c0eee791c017d1b8 to your computer and use it in GitHub Desktop.
Save jviereck/d896c0eee791c017d1b8 to your computer and use it in GitHub Desktop.
➜ mozilla_ch git:(master) curl -sS https://getcomposer.org/installer | php
#!/usr/bin/env php
All settings correct for using Composer
Downloading...
Composer successfully installed to: /Users/jviereck/develop/mozilla_ch/composer.phar
Use it: php composer.phar
➜ mozilla_ch git:(master) php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
- Installing doctrine/lexer (v1.0.1)
Downloading: 100%
- Installing doctrine/annotations (v1.2.3)
Downloading: 100%
- Installing twig/twig (v1.18.0)
Downloading: 100%
- Installing psr/log (1.0.0)
Downloading: 100%
- Installing doctrine/inflector (v1.0.1)
Downloading: 100%
- Installing doctrine/collections (v1.2)
Downloading: 100%
- Installing doctrine/cache (v1.4.0)
Downloading: 100%
- Installing doctrine/common (v2.4.2)
Downloading: 100%
- Installing symfony/symfony (v2.6.5)
Downloading: 100%
- Installing jdorn/sql-formatter (v1.2.17)
Downloading: 100%
- Installing doctrine/doctrine-cache-bundle (v1.0.1)
Downloading: 100%
- Installing doctrine/dbal (v2.4.4)
Downloading: 100%
- Installing doctrine/doctrine-bundle (v1.4.0)
Downloading: 100%
- Installing doctrine/orm (v2.4.7)
Downloading: 100%
- Installing kriswallsmith/buzz (v0.13)
Downloading: 100%
- Installing endroid/twitter (1.1.3)
Downloading: 100%
- Installing endroid/twitter-bundle (1.1.2)
Downloading: 100%
- Installing incenteev/composer-parameter-handler (v2.1.0)
Downloading: 100%
- Installing johngrogg/ics-parser (v1.0.1)
Downloading: 100%
- Installing leafo/lessphp (v0.5.0)
Downloading: 100%
- Installing sensio/buzz-bundle (v1.0.0)
Downloading: 100%
- Installing sensiolabs/security-checker (v2.0.1)
Downloading: 100%
- Installing sensio/distribution-bundle (v3.0.18)
Downloading: 100%
- Installing sensio/framework-extra-bundle (v3.0.5)
Downloading: 100%
- Installing kriswallsmith/assetic (v1.2.1)
Downloading: 100%
- Installing symfony/assetic-bundle (v2.6.1)
Downloading: 100%
- Installing monolog/monolog (1.13.1)
Downloading: 100%
- Installing symfony/monolog-bundle (v2.7.1)
Downloading: 100%
- Installing swiftmailer/swiftmailer (v5.4.0)
Downloading: 100%
- Installing symfony/swiftmailer-bundle (v2.3.8)
Downloading: 100%
- Installing twig/extensions (v1.2.0)
Downloading: 100%
- Installing sensio/generator-bundle (v2.5.3)
Downloading: 100%
kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
kriswallsmith/assetic suggests installing patchwork/jsqueeze (Assetic provides the integration with the JSqueeze JavaScript compressor)
kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
symfony/assetic-bundle suggests installing kriswallsmith/spork (to be able to dump assets in parallel)
monolog/monolog suggests installing aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
monolog/monolog suggests installing doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ext-amqp (Allow sending log messages to an AMQP server (1.0+ required))
monolog/monolog suggests installing ext-mongo (Allow sending log messages to a MongoDB server)
monolog/monolog suggests installing graylog2/gelf-php (Allow sending log messages to a GrayLog2 server)
monolog/monolog suggests installing raven/raven (Allow sending log messages to a Sentry server)
monolog/monolog suggests installing rollbar/rollbar (Allow sending log messages to Rollbar)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search server)
monolog/monolog suggests installing videlalvaro/php-amqplib (Allow sending log messages to an AMQP server using php-amqplib)
Generating autoload files
Creating the "app/config/parameters.yml" file
Some parameters are missing. Please provide them.
database_driver (pdo_mysql):
database_host (127.0.0.1):
database_port (null):
database_name (symfony):
database_user (root):
database_password (null):
mailer_transport (smtp):
mailer_host (127.0.0.1):
mailer_user (null):
mailer_password (null):
locale (de):
secret (ThisTokenIsNotSoSecretChangeIt):
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.
cache:clear [--no-warmup] [--no-optional-warmers]
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [--ignore-platform-reqs] [packages1] ... [packagesN]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment