dnmp-plus
dnmp-plus copied to clipboard
install php failed
new question
Originally posted by @Paladinhanxiao in https://github.com/guanguans/dnmp-plus/issues/17#issuecomment-911310069
the key make: the '-j' option requires a positive integer argument
@Paladinhanxiao
我刚在自己电脑上构建测试了没有问题,通过 travis CI 构建也没有问题,这里是构建具体日志 travis CI build log,你说的问题我没有复现。
检查一下是按照下面的这个步骤执行的吗:
-
git clone https://github.com/guanguans/dnmp-plus.git --recursive
-
cd dnmp-plus
-
cp env.sample .env
-
cp docker-compose-sample.yml docker-compose.yml
-
docker-compose up -d php72 nginx mysql mongo
(服务选项:nginx、php72、php56、mysql、mongo、redis、phpmyadmin、phpredisadmin、mongo-express)