This file contains hidden or 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-tools:master ➜❯ composer install | |
Loading composer repositories with package information | |
Installing dependencies | |
Your requirements could not be resolved to an installable set of packages. | |
Problem 1 | |
- Installation request for omares/phpcpd 1.4.1@dev -> satisfiable by omares/phpcpd 1.4.1. | |
- omares/phpcpd 1.4.1 requires sebastian/finder-facade dev-master -> no matching package found. | |
Potential causes: |
This file contains hidden or 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
spawn = require('child_process').spawn | |
Q = require 'q' | |
# A capistrano command wrapper providing various helper methods for easier usage. | |
# | |
# Dependencies: | |
# child_process | |
# q: 0.9.x | |
class Capistrano | |
args = [] |
This file contains hidden or 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
[deployment]$ pwd | |
/home/deployment/.npm/pty.js/0.2.1 | |
[deployment]$ ls -lah | |
insgesamt 28K | |
drwxrwxr-x 3 deployment deployment 4,0K 13. Mär 18:22 . | |
drwxrwxr-x 4 deployment deployment 4,0K 13. Mär 17:41 .. | |
drwxrwxr-x 5 deployment deployment 4,0K 13. Mär 18:22 package | |
-rw-r--r-- 1 deployment deployment 13K 13. Mär 18:22 package.tgz | |
[deployment]$ ls -lah package | |
insgesamt 56K |
This file contains hidden or 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
filter { | |
grok { | |
pattern => "%{TIMESTAMP_ISO8601:timestamp} %{LOGLEVEL:severity} %{NOTSPACE} %{NUMBER:duration}s %{NOTSPACE} %{GREEDYDATA:message}" | |
tags => ["webservice-requests"] | |
} | |
mutate { | |
add_field => ["shipper_timestamp", "%{@timestamp}"] | |
} | |
date { | |
match => ["timestamp", "ISO8601"] |
This file contains hidden or 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
{:message=>"Grok compile", :field=>"facility", :patterns=>["%{real_facility}"], :level=>:info, :file=>"/usr/share/java/logstash/lib/logstash-1.1.9-monolithic.jar!/logstash/filters/grok.rb", :line=>"275", :method=>"register"} | |
{:message=>"regexp: /facility", :pattern=>"%{real_facility}", :level=>:debug, :file=>"/usr/share/java/logstash/lib/logstash-1.1.9-monolithic.jar!/logstash/filters/grok.rb", :line=>"277", :method=>"register"} |
This file contains hidden or 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
{ | |
"name": "rebuy/old_ass_external", | |
"autoload": { | |
"psr-0": { | |
"Pear_Style": "src/" | |
} | |
} | |
} |
This file contains hidden or 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
[21:29:41] [satis]$ curl -s https://getcomposer.org/installer | php -- --check | |
#!/usr/bin/env php | |
Some settings on your machine make Composer unable to work properly. | |
Make sure that you fix the issues listed below and run this script again: | |
The detect_unicode setting must be disabled. | |
Add the following to the end of your `php.ini`: | |
detect_unicode = Off | |
The php.ini used by your command-line PHP is: /usr/local/etc/php/5.3/php.ini |
This file contains hidden or 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
{ | |
"name": "reBuy reCommerce GmbH", | |
"homepage": "https://composer.rebuy.de", | |
"config": { | |
"github-oauth": { | |
"github.com": "token goes here" | |
} | |
}, | |
"repositories": [ | |
{ |
This file contains hidden or 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
[20:56:38] [satis]$ composer show -i | |
installed: | |
composer/composer [dev-master] : Dependency Manager | |
composer/satis [dev-master] : Simple Repository Generator | |
justinrainbow/json-schema [1.1.0] : A library to validate a json schema. | |
seld/jsonlint [1.0.1] : JSON Linter | |
symfony/console [dev-master] : Symfony Console Component | |
symfony/finder [dev-master] : Symfony Finder Component | |
symfony/process [dev-master] : Symfony Process Component | |
twig/twig [dev-master] : Twig, the flexible, fast, and secure template language for PHP |
This file contains hidden or 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
events.js:66 | |
throw arguments[1]; // Unhandled 'error' event | |
^ | |
Error: Parse Error | |
at Socket.socketOnData (http.js:1366:20) | |
at TCP.onread (net.js:402:27) |