Trying to install Magento 2.1.7 with composer gives me the error below and it only creates an update folder and the composer.json file.
Any ideas about the cause?
Command:
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition .
Output:
Installing magento/project-community-edition (2.1.7)
- Installing magento/project-community-edition (2.1.7)
Loading from cache
Created project in .
Loading composer repositories with package information
Updating dependencies (including require-dev)
Killed
[Exit 137 (SIGKILL)]
PHP/MySQL versions:
PHP Version 7.0.13-1~dotdeb+8.1
MySQL: 5.6.30
Thank you