markaspot / mark-a-spot

Public Civic Issue Tracking and Crowdsourcing / Mapping Platform based on Drupal. Open311 Server and Client Software
http://mark-a-spot.com
55 stars 30 forks source link

Errors when installing #75

Closed Mityugin closed 5 years ago

Mityugin commented 5 years ago

~]# composer create-project markaspot/mark-a-spot project-dir --stability dev Do not run Composer as root/super user! See https://getcomposer.org/root for details Installing markaspot/mark-a-spot (dev-master d60bdee60fc7ff7c60ef42d11d71a8dd4e4e8472)

sh: git: command not found

Now trying to download from dist

sh: git: command not found

Now trying to download from dist

create-project [-s|--stability STABILITY] [--prefer-source] [--prefer-dist] [--repository REPOSITORY] [--repository-url REPOSITORY-URL] [--dev] [--no-dev] [--no-custom-installers] [--no-scripts] [--no-progress] [--no-secure-http] [--keep-vcs] [--remove-vcs] [--no-install] [--ignore-platform-reqs] [--] [] [] []

markaspot commented 5 years ago

See your log, it tells you, that git is not installed on your machine:

sh: git: command not found

Mityugin commented 5 years ago