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

Installation #38

Open
ltouro opened this issue Aug 22, 2013 · 5 comments
Open

Installation #38

ltouro opened this issue Aug 22, 2013 · 5 comments

Comments

@ltouro
Copy link

ltouro commented Aug 22, 2013

Hello,

Trying to install Speck through the composer.

Getting the following error:

R2D2@R2D2-PC C:\Users\R2D2
cd path/to/speck/
php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));
All settings correct for using Composer
Downloading...
Composer successfully installed
php composer.phar

Loading composer repositories with package information
Installing dependencies (including require-dev)

  • Installing evandotpro/edp-sub-layout (dev-master 30c26b1)
    Cloning 30c26b15f686be62e078c6cfc6dbfe7e669628ca

    [RuntimeException]
    Failed to clone https://github.com/EvanDotPro/EdpSubLayout.git, git was not
    found, check that it is installed and in your PATH env.

    'git' is not recognized as an internal or external command,
    operable program or batch file.

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c
ustom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--opt
imize-autoloader]

Any ideas?

I'm using XAMPP localhost. Pointed the htdocs to path/to/speck/public. First experience with ZEND Framework.

@merlindorin
Copy link

"'git' is not recognized as an internal or external command,
operable program or batch file."

Seem to be clear, composer cannot use "git". Make sure that git can be used by composer. I think that you can check your path in cli using "php -i"... But I'm pretty sure that is just a no git installation problem...

Romain Dary

On 22 août 2013, at 23:40, ltouro notifications@github.com wrote:

Hello,

Trying to install peck through the composer.

Getting the following error:

R2D2@R2D2-PC C:\Users\R2D2

cd path/to/speck/

php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));

All settings correct for using Composer
Downloading...
Composer successfully installed

php composer.phar

Loading composer repositories with package information
Installing dependencies (including require-dev)

Installing evandotpro/edp-sub-layout (dev-master 30c26b1)
Cloning 30c26b1

[RuntimeException]
Failed to clone https://github.com/EvanDotPro/EdpSubLayout.git, git was not
found, check that it is installed and in your PATH env.

'git' is not recognized as an internal or external command,
operable program or batch file.

install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-c
ustom-installers] [--no-scripts] [--no-progress] [-v|vv|vvv|--verbose] [-o|--opt
imize-autoloader]

Any ideas?

I'm using XAMPP localhost. Pointed the htdocs to path/to/speck/public. First experience with ZEND Framework.


Reply to this email directly or view it on GitHub.

@ltouro
Copy link
Author

ltouro commented Aug 23, 2013

Thanks for the advice.

After setting the PATH to GIT on XAMPP's shell, the composer could download clone everything was needed :)

@dipakdotyadav
Copy link

i was able to setup/install speckcommerce successfully on my local system the tables were created as well, but after completion when i browse the project it gives below error.

"An alias "speckcatalog_db" was requested but no service could be found."

please suggest.

@lukeocodes
Copy link

database.local.php.dist does not get created, you need to edit it with your DB details and rename it to database.local.php in order to continue.

@shipleyr
Copy link
Contributor

See my comment here #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants