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
@import "base" | |
@import "compass/css3" | |
body | |
background: | |
color: #FFFFFF | |
#dock | |
background: | |
image: url(/images/background.png) |
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
require 'formula' | |
class NginxPushStreamModule < Formula | |
homepage 'http://github.com/wandenberg/nginx-push-stream-module' | |
url 'https://github.com/wandenberg/nginx-push-stream-module/tarball/0.3.3' | |
md5 '5b1f0b53ba062cae3ff48ed47a749020e0406cc5' | |
end | |
class Nginx < Formula | |
homepage 'http://nginx.org/' |
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
server { | |
root /Users/otamares/development/rebus/master/public; | |
server_name rebus; | |
index index.php index.html index.htm; | |
location / { | |
try_files $uri $uri/ /index.php$is_args$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
user otamares staff; | |
worker_processes 4; | |
error_log /usr/local/var/log/nginx/error.log; | |
events { | |
worker_connections 1024; | |
} | |
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
# mongo.conf | |
#where to log | |
logpath=/var/log/mongo/mongod.log | |
logappend=true | |
# fork and run in background | |
fork = true |
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) |
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
{ | |
"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
[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/old_ass_external", | |
"autoload": { | |
"psr-0": { | |
"Pear_Style": "src/" | |
} | |
} | |
} |
OlderNewer