Skip to content

Instantly share code, notes, and snippets.

@guoxiangke
Created March 7, 2014 06:53
Show Gist options
  • Save guoxiangke/9406564 to your computer and use it in GitHub Desktop.
Save guoxiangke/9406564 to your computer and use it in GitHub Desktop.
syfmony安装记录1
//syfmony安装记录1
composer create-project symfony/framework-standard-edition . 2.4.2
Installing symfony/framework-standard-edition (v2.4.2)
- Installing symfony/framework-standard-edition (v2.4.2)
Downloading: 100%
Created project in .
Loading composer repositories with package information
Installing dependencies (including require-dev)
- Installing jdorn/sql-formatter (v1.2.17)
Downloading: 100%
- Installing psr/log (1.0.0)
Downloading: 100%
- Installing twig/twig (v1.15.1)
Downloading: 100%
- Installing doctrine/lexer (v1.0)
Downloading: 100%
- Installing doctrine/annotations (v1.1.2)
Downloading: 100%
- Installing doctrine/collections (v1.2)
Downloading: 100%
- Installing doctrine/cache (v1.3.0)
Downloading: 100%
- Installing doctrine/inflector (v1.0)
Downloading: 100%
- Installing doctrine/common (v2.4.1)
Downloading: 100%
- Installing symfony/symfony (v2.4.2)
Downloading: 100%
- Installing symfony/icu (v1.0.0)
Downloading: 100%
- Installing doctrine/dbal (v2.4.2)
Downloading: 100%
- Installing doctrine/doctrine-bundle (v1.2.0)
Downloading: 100%
- Installing kriswallsmith/assetic (v1.1.2)
Downloading: 100%
- Installing symfony/assetic-bundle (v2.3.0)
Downloading: 100%
- Installing sensio/framework-extra-bundle (v3.0.0)
Downloading: 100%
- Installing doctrine/orm (v2.4.2)
Downloading: 100%
- Installing twig/extensions (v1.0.1)
Downloading: 100%
- Installing swiftmailer/swiftmailer (v5.0.3)
Downloading: 100%
- Installing symfony/swiftmailer-bundle (v2.3.5)
Downloading: 100%
- Installing monolog/monolog (1.7.0)
Downloading: 100%
- Installing symfony/monolog-bundle (v2.5.1)
Downloading: 100%
- Installing sensio/distribution-bundle (v2.3.4)
Downloading: 100%
- Installing sensio/generator-bundle (v2.3.4)
Downloading: 100%
- Installing incenteev/composer-parameter-handler (v2.1.0)
Downloading: 100%
kriswallsmith/assetic suggests installing leafo/lessphp (Assetic provides the integration with the lessphp LESS compiler)
kriswallsmith/assetic suggests installing leafo/scssphp (Assetic provides the integration with the scssphp SCSS compiler)
kriswallsmith/assetic suggests installing ptachoire/cssembed (Assetic provides the integration with phpcssembed to embed data uris)
kriswallsmith/assetic suggests installing leafo/scssphp-compass (Assetic provides the integration with the SCSS compass plugin)
monolog/monolog suggests installing mlehner/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 doctrine/couchdb (Allow sending log messages to a CouchDB server)
monolog/monolog suggests installing ruflin/elastica (Allow sending log messages to an Elastic Search 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 aws/aws-sdk-php (Allow sending log messages to AWS services like DynamoDB)
Writing lock file
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 (en):
secret (ThisTokenIsNotSoSecretChangeIt):
Clearing the cache for the dev environment with debug true
Installing assets using the hard copy option
Installing assets for Symfony\Bundle\FrameworkBundle into web/bundles/framework
Installing assets for Acme\DemoBundle into web/bundles/acmedemo
Installing assets for Sensio\Bundle\DistributionBundle into web/bundles/sensiodistribution
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment