Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make install command #11

Open
6 of 7 tasks
dizda opened this issue May 5, 2015 · 4 comments
Open
6 of 7 tasks

make install command #11

dizda opened this issue May 5, 2015 · 4 comments

Comments

@dizda
Copy link
Owner

dizda commented May 5, 2015

Check the machine configuration make check :

  • check.php

If ok, make install will do :

  • bower install
  • npm install
  • composer install
  • php app/console doctrine:database:create
  • node ./node/create_wallet.js
  • generate jwt public/private keys

Then launch tests ?

@dizda
Copy link
Owner Author

dizda commented May 5, 2015

Errors encountered:
nodejs missing.

ext-curl missing:

composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) 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.
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for nbobtc/bitcoind-php 1.1.0 -> satisfiable by nbobtc/bitcoind-php[1.1.0].
    - nbobtc/bitcoind-php 1.1.0 requires lib-curl * -> the requested linked library curl has the wrong version installed or is missing from your system, make sure to have the extension providing it.
  Problem 2
    - Installation request for sensiolabs/security-checker v2.0.0 -> satisfiable by sensiolabs/security-checker[v2.0.0].
    - sensiolabs/security-checker v2.0.0 requires ext-curl * -> the requested PHP extension curl is missing from your system.
  Problem 3
    - Installation request for guzzle/guzzle v3.9.2 -> satisfiable by guzzle/guzzle[v3.9.2].
    - guzzle/guzzle v3.9.2 requires ext-curl * -> the requested PHP extension curl is missing from your system.

@dizda
Copy link
Owner Author

dizda commented May 5, 2015

don't forget

jwt_private_key_path ('%kernel.root_dir%/var/jwt/private_test.pem'):
jwt_public_key_path ('%kernel.root_dir%/var/jwt/public_test.pem'):
jwt_pass_phrase (bambou):

@dizda
Copy link
Owner Author

dizda commented May 5, 2015

bower install
make: bower: Command not found
make: *** [install] Error 127

@dizda
Copy link
Owner Author

dizda commented May 5, 2015

cd node/ && npm install && cd ../
/bin/sh: 1: npm: not found
make: *** [install] Error 127

dizda added a commit that referenced this issue May 5, 2015
dizda added a commit that referenced this issue May 5, 2015
dizda added a commit that referenced this issue May 5, 2015
dizda added a commit that referenced this issue May 26, 2015
Repository owner deleted a comment from jhoosy Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant