jayhealey / Webception

A Web UI for running Codeception tests.
MIT License
193 stars 59 forks source link

Webception installation #12

Closed Kofriv closed 10 years ago

Kofriv commented 10 years ago

I've seen Webception is updated on Codeception website and I've tried to install Webception on my Win7 with Xampp but I got following error while installing:

D:\xampp\htdocs\Codeception>php composer.phar create-project jayhealey/webceptio
n --stability=dev
Installing jayhealey/webception (dev-master b0a6115cf9fb9a0328407f5fa76dd0ef0435
edd2)
  - Installing jayhealey/webception (dev-master master)
    Cloning master
Failed to download jayhealey/webception from source: Failed to clone git@github.
com:jayhealey/Webception.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.

Now trying to download from dist
  - Installing jayhealey/webception (dev-master master)
    Loading from cache

Created project in D:\xampp\htdocs\Codeception\webception
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for facebook/webdriver v0.3 -> satisfiable by faceboo
k/webdriver[v0.3].
    - facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found
.
  Problem 2
    - facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found
.
    - codeception/codeception 1.8.1 requires facebook/webdriver ~0.3 -> satisfia
ble by facebook/webdriver[v0.3].
    - Installation request for codeception/codeception 1.8.1 -> satisfiable by c
odeception/codeception[1.8.1].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your min
imum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
 problems.

I've tried to update Codeception & Composer to the latest version and then install Webception again, but this problem still not be solved.

Please help to give me some advise. Thanks,

Khoa Nguyen

jayhealey commented 10 years ago

Reading through your log, it looks like you don't have GIT installed on your machine, or, you don't have the executable added to the PATH environment variable.

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

I've not got a windows machine available to me, but installing it looks pretty easy:

http://msysgit.github.io/

This isn't a Webception issue yet - so I'm closing this issue for now. If you have any further issues, please re-open it.

ghost commented 10 years ago

I'm experiencing the same issue. Git is installed.

server:~/sites> php composer.phar create-project jayhealey/webception --stability=dev
Installing jayhealey/webception (dev-master b0a6115cf9fb9a0328407f5fa76dd0ef0435edd2)
  - Installing jayhealey/webception (dev-master master)
    Cloning master

Created project in /local/www/users/iverdo01/sites/webception
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for facebook/webdriver v0.3 -> satisfiable by facebook/webdriver[v0.3].
    - facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found.
  Problem 2
    - facebook/webdriver v0.3 requires php >=5.3.19 -> no matching package found.
    - codeception/codeception 1.8.1 requires facebook/webdriver ~0.3 -> satisfiable by facebook/webdriver[v0.3].
    - Installation request for codeception/codeception 1.8.1 -> satisfiable by codeception/codeception[1.8.1].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your minimum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.