tobybatch / kimai2

Docker containers for the kimai2 web application including docker-compose and kubernetes/helm deployment.
MIT License
181 stars 96 forks source link

Error in installation using composer #150

Closed gosymbian closed 4 years ago

gosymbian commented 4 years ago

Hi,

I'm trying to install kimai2 on my xampp (windows 7) and I get the following errors :+1:

C:\xampp\htdocs\kimai\appli>composer install --no-dev --optimize-autoloader Loading composer repositories with package information Installing dependencies from lock file Your requirements could not be resolved to an installable set of packages.

Problem 1

can you advice please, thanks in advance, Domi.

kevinpapst commented 4 years ago

You need to install the PHP extensions as the errors indicate. This is not a Kimai issue, please follow any documentation about that topic in the www.

If you want to use Kimai without docker and have any other question: https://github.com/kevinpapst/kimai2

If you don't know anything about setting up a PHP environment, then you should think about using docker (this repository).

gosymbian commented 4 years ago

Hi Kevin,

yes sorry, I have found the solution meanwhile.

btw: thanks for your fast reply and application :-) Domi.