Last active
August 29, 2015 14:22
-
-
Save endel/39a53f5fa4370f76d872 to your computer and use it in GitHub Desktop.
hook installation output
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
[ 1:45:24] endel:~/Projects | |
$ curl -sSL https://raw.githubusercontent.com/doubleleft/hook/master/scripts/install.sh | bash | |
Cloning into 'hook'... | |
remote: Counting objects: 248, done. | |
remote: Compressing objects: 100% (219/219), done. | |
remote: Total 248 (delta 9), reused 120 (delta 6), pack-reused 0 | |
Receiving objects: 100% (248/248), 155.39 KiB | 0 bytes/s, done. | |
Resolving deltas: 100% (9/9), done. | |
Checking connectivity... done. | |
# check dependencies | |
# install composer if we don't have it already | |
composer install --no-dev --prefer-dist | |
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/Users/endel/bin/composer self-update" to get the latest version. | |
Loading composer repositories with package information | |
Installing dependencies from lock file | |
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them. | |
- Installing symfony/routing (v2.6.4) | |
Loading from cache | |
- Installing symfony/http-foundation (v2.6.4) | |
Loading from cache | |
- Installing evenement/evenement (v2.0.0) | |
Loading from cache | |
- Installing react/stream (v0.4.2) | |
Loading from cache | |
- Installing react/event-loop (v0.4.1) | |
Loading from cache | |
- Installing react/socket (v0.4.2) | |
Loading from cache | |
- Installing symfony/event-dispatcher (v2.6.4) | |
Loading from cache | |
- Installing guzzle/guzzle (v3.9.2) | |
Loading from cache | |
- Installing cboden/ratchet (v0.3.2) | |
Loading from cache | |
- Installing symfony/process (v2.6.4) | |
Loading from cache | |
- Installing symfony/finder (v2.4.10) | |
Loading from cache | |
- Installing symfony/console (v2.6.4) | |
Loading from cache | |
- Installing seld/jsonlint (1.3.1) | |
Loading from cache | |
- Installing justinrainbow/json-schema (1.3.7) | |
Loading from cache | |
- Installing composer/composer (1.0.0-alpha9) | |
Loading from cache | |
- Installing doctrine/lexer (v1.0.1) | |
Loading from cache | |
- Installing doctrine/annotations (v1.2.3) | |
Loading from cache | |
- Installing doctrine/cache (v1.4.0) | |
Loading from cache | |
- Installing doctrine/collections (v1.2) | |
Loading from cache | |
- Installing doctrine/inflector (v1.0.1) | |
Loading from cache | |
- Installing doctrine/common (v2.4.2) | |
Loading from cache | |
- Installing doctrine/dbal (v2.5.1) | |
Loading from cache | |
- Installing duccio/apns-php (dev-master 6d2660f) | |
Loading from cache | |
- Installing endel/slim (dev-master f2aba4a) | |
Loading from cache | |
- Installing guzzlehttp/streams (2.1.0) | |
Loading from cache | |
- Installing guzzlehttp/guzzle (4.2.3) | |
Loading from cache | |
- Installing nesbot/carbon (1.14.0) | |
Loading from cache | |
- Installing illuminate/support (v4.1.30) | |
Loading from cache | |
- Installing illuminate/cache (v4.1.30) | |
Loading from cache | |
- Installing illuminate/filesystem (v4.1.30) | |
Loading from cache | |
- Installing illuminate/config (v4.1.30) | |
Loading from cache | |
- Installing illuminate/container (v4.1.30) | |
Loading from cache | |
- Installing symfony/security-core (v2.4.10) | |
Loading from cache | |
- Installing illuminate/encryption (v4.1.30) | |
Loading from cache | |
- Installing illuminate/events (v4.1.30) | |
Loading from cache | |
- Installing illuminate/database (v4.1.30) | |
Loading from cache | |
- Installing jenssegers/mongodb (v1.3.2) | |
Loading from cache | |
- Installing patchwork/utf8 (v1.2.1) | |
Loading from cache | |
- Installing swiftmailer/swiftmailer (v5.0.3) | |
Loading from cache | |
- Installing zordius/lightncandy (v0.19) | |
Loading from cache | |
Generating autoload files | |
Finished | |
Cloning into 'hook-cli'... | |
remote: Counting objects: 66, done. | |
remote: Compressing objects: 100% (59/59), done. | |
remote: Total 66 (delta 5), reused 35 (delta 3), pack-reused 0 | |
Unpacking objects: 100% (66/66), done. | |
Checking connectivity... done. | |
# check dependencies | |
# install composer if we don't have it already | |
composer install --no-dev --prefer-dist | |
Warning: This development build of composer is over 30 days old. It is recommended to update it by running "/Users/endel/bin/composer self-update" to get the latest version. | |
Loading composer repositories with package information | |
Installing dependencies | |
- Installing kevinlebrun/colors.php (0.2.0) | |
Loading from cache | |
- Installing nategood/commando (0.2.7) | |
Loading from cache | |
- Installing guzzlehttp/streams (2.1.0) | |
Loading from cache | |
- Installing guzzlehttp/guzzle (4.2.3) | |
Loading from cache | |
- Installing illuminate/support (v4.2.17) | |
Downloading: 100% | |
- Installing symfony/yaml (v2.4.10) | |
Loading from cache | |
- Installing symfony/translation (v2.6.8) | |
Downloading: 100% | |
- Installing nesbot/carbon (1.19.0) | |
Downloading: 100% | |
Writing lock file | |
Generating autoload files | |
# ./commandline | |
mkdir -p /Users/endel/bin | |
ln -sf "/Users/endel/Projects/hook-cli/bin/hook" "/Users/endel/bin/hook" | |
chmod +x "/Users/endel/Projects/hook-cli/bin/hook" "/Users/endel/bin/hook" | |
npm --prefix "/Users/endel/Projects/hook-cli/console" install "/Users/endel/Projects/hook-cli/console" | |
npm WARN package.json [email protected] No README data | |
> [email protected] install /Users/endel/Projects/hook-cli/console/node_modules/ws | |
> (node-gyp rebuild 2> builderror.log) || (exit 0) | |
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o | |
SOLINK_MODULE(target) Release/bufferutil.node | |
SOLINK_MODULE(target) Release/bufferutil.node: Finished | |
CXX(target) Release/obj.target/validation/src/validation.o | |
SOLINK_MODULE(target) Release/validation.node | |
SOLINK_MODULE(target) Release/validation.node: Finished | |
> [email protected] install /Users/endel/Projects/hook-cli/console/node_modules/jsdom/node_modules/contextify | |
> node-gyp rebuild | |
CXX(target) Release/obj.target/contextify/src/contextify.o | |
SOLINK_MODULE(target) Release/contextify.node | |
SOLINK_MODULE(target) Release/contextify.node: Finished | |
[email protected] console/node_modules/xmlhttprequest | |
[email protected] console/node_modules/minimist | |
[email protected] console/node_modules/hook-javascript | |
[email protected] console/node_modules/jquery | |
[email protected] console/node_modules/js2php | |
└── [email protected] | |
[email protected] console/node_modules/form-data | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] ([email protected]) | |
[email protected] console/node_modules/cli-table | |
└── [email protected] | |
[email protected] console/node_modules/ws | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
└── [email protected] | |
[email protected] console/node_modules/jsdom | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected]) | |
├── [email protected] ([email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected], [email protected]) | |
└── [email protected] ([email protected], [email protected]) | |
# add bash_completion | |
# add ~/bin to user PATH | |
Finished |
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
[ 1:46:49] endel:~ | |
$ hook | |
... | |
Command '' not found. | |
Use 'hook --help' to see available commands. | |
Usage: | |
hook command [--options] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment