-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
"'git' is not recognized as an internal or external command, 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 [email protected] wrote:
|
Thanks for the advice. After setting the PATH to GIT on XAMPP's shell, the composer could download clone everything was needed :) |
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. |
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. |
See my comment here #39 |
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.
The text was updated successfully, but these errors were encountered: