greenrobotllc / adserver

Intelligently rotate AdSense/AdMob, LifeStreetMedia, and other networks & make more money. GreenRobot Ad Server is an API enabled yield optimization system for publishers of websites and mobile apps written using PHP Laravel 6.4.
https://greenrobot.com
GNU General Public License v3.0
147 stars 46 forks source link

Failing to run one of the docker containers #38

Open uniconeapps1 opened 3 years ago

uniconeapps1 commented 3 years ago

Hi,

I am trying to run the adserver using the centos method(for production I'm using redhat8 on aws), I have installed phpmyadmin, mysql, mariadb, with nginx. I follow all the instructions but when I get to running the containers (docker-compose up -d nginx mariadb) it gives a error: "The command '/bin/sh -c set -xe; apt-get update -yqq && pecl channel-update pecl.php.net && apt-get install -yqq apt-utils libzip-dev zip unzip && docker-php-ext-configure zip --with-libzip && docker-php-ext-install zip && php -m | grep -q 'zip'' returned a non-zero code: 100 " I'm not sure what i am doing wrong and if there any other way of building it?

Thank You

Mjmarahman commented 2 years ago

Having the same problem as above, if you had solved it then do please tell me and inform me.

uniconeapps1 commented 2 years ago

Hi there,

Sadly, I never did solve it.