This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ VAGRANT_LOG=INFO vagrant up | |
INFO global: Vagrant version: 1.3.0 | |
INFO manager: Registered plugin: box command | |
INFO manager: Registered plugin: destroy command | |
INFO manager: Registered plugin: halt command | |
INFO manager: Registered plugin: help command | |
INFO manager: Registered plugin: init command | |
INFO manager: Registered plugin: package command | |
INFO manager: Registered plugin: plugin command | |
INFO manager: Registered plugin: provision command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ VAGRANT_LOG=INFO vagrant up | |
INFO global: Vagrant version: 1.3.5 | |
INFO manager: Registered plugin: box command | |
INFO manager: Registered plugin: destroy command | |
INFO manager: Registered plugin: halt command | |
INFO manager: Registered plugin: help command | |
INFO manager: Registered plugin: init command | |
INFO manager: Registered plugin: package command | |
INFO manager: Registered plugin: plugin command | |
INFO manager: Registered plugin: provision command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[SoapFault] | |
System.Web.Services.Protocols.SoapException: Exception | |
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyEntry.IntentionalRethrow(Exception chainException, Exception originalException) | |
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyEntry.RethrowRecommended(Exception chainException, Exception originalException) | |
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyEntry.Handle(Exception exceptionToHandle) | |
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicyImpl.HandleException(Exception exceptionToHandle) | |
at Microsoft.Practices.EnterpriseLibrary.ExceptionHandl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
assetic: | |
filters: | |
less: | |
node: /usr/local/node/node-default/bin/node | |
node_paths: [/usr/local/node/node-default/lib/node_modules] | |
apply_to: "\.less$" | |
cssrewrite: ~ | |
assets: | |
bootstrap_css: | |
inputs: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am ricbra on github. | |
* I am ricbra (https://keybase.io/ricbra) on keybase. | |
* I have a public key whose fingerprint is C045 F684 987B DC29 622E 55C0 4E01 F6AC 5C42 3C12 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PLAY [Create MySQL user and database] ***************************************** | |
GATHERING FACTS *************************************************************** | |
<192.168.100.21> ESTABLISH CONNECTION FOR USER: root | |
<192.168.100.21> REMOTE_MODULE setup | |
<192.168.100.21> EXEC ['ssh', '-C', '-q', '-F', './ssh_config', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/Users/ricbra/.ansible/cp/ansible-ssh-%h-%p-%r', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=root', '-o', 'ConnectTimeout=10', '192.168.100.21', u"/bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'"] | |
ok: [db1] | |
db1: importing /Users/ricbra/projects/ansible/vars/vagrant/sites/www.ooxoo.nl | |
db1: importing /Users/ricbra/projects/ansible/vars/vagrant/sites-secure/www.ooxoo.nl | |
db1: importing /Users/ricbra/projects/ansible/vars/vagrant/secure.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
+----------------------------------------------------------------------+ | |
| PHP Version 5 | | |
+----------------------------------------------------------------------+ | |
| Copyright (c) 1997-2004 The PHP Group | | |
+----------------------------------------------------------------------+ | |
| This source file is subject to version 3.0 of the PHP license, | | |
| that is bundled with this package in the file LICENSE, and is | | |
| available through the world-wide-web at the following url: | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jms_di_extra: | |
locations: | |
all_bundles: false | |
bundles: [SomeBundle, AnotherBundle] | |
directories: ["%kernel.root_dir%/../src/Vendor/Model"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
}, | |
"require-dev": { | |
"sensio/generator-bundle": "~2.3", | |
"phpspec/phpspec": "~2.0", | |
"behat/behat": "~3.0", | |
"behat/symfony2-extension": "~2.0@dev", | |
"behat/mink-extension": "~2.0@dev", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
imports: | |
- { resource: config_dev.yml } | |
doctrine: | |
dbal: | |
dbname: "%test_database_name%" | |
driver: pdo_mysql | |
user: "%test_database_user%" | |
password: "%test_database_password%" |
OlderNewer