dnmp-plus icon indicating copy to clipboard operation
dnmp-plus copied to clipboard

install php failed

Open gh0sthx opened this issue 3 years ago • 2 comments

image log.txt

new question

Originally posted by @Paladinhanxiao in https://github.com/guanguans/dnmp-plus/issues/17#issuecomment-911310069

gh0sthx avatar Sep 02 '21 07:09 gh0sthx

the key make: the '-j' option requires a positive integer argument

gh0sthx avatar Sep 02 '21 08:09 gh0sthx

@Paladinhanxiao

我刚在自己电脑上构建测试了没有问题,通过 travis CI 构建也没有问题,这里是构建具体日志 travis CI build log,你说的问题我没有复现。

检查一下是按照下面的这个步骤执行的吗:

  1. git clone https://github.com/guanguans/dnmp-plus.git --recursive
  2. cd dnmp-plus
  3. cp env.sample .env
  4. cp docker-compose-sample.yml docker-compose.yml
  5. docker-compose up -d php72 nginx mysql mongo (服务选项:nginx、php72、php56、mysql、mongo、redis、phpmyadmin、phpredisadmin、mongo-express)

guanguans avatar Sep 08 '21 03:09 guanguans