python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Install AWX 17.1 and Docker-Compose 1.29.2 for CentOS7
My Server:
Virtual hardware: 2 vCPU / 4 Go
OS: CentOS Linux release 7.9.2009
Docker version 20.10.9
Docker Compose version 1.29.2 --> 2 installation methods
Ansible 2.9.25-1
libselinux-python3
pyth...
VMX
Votes: 0
Answers: 0
Python Pillow CentOS 7 install errors
I have a python project that installs Pillow==8.4.0. In local testing when building with Docker, it works fine
# Dockerfile
ARG PIP_CMD='pip install --no-cache-dir'
ARG APK_ADD='apk add --no-cache'
...
Mitch Wilson
Votes: 0
Answers: 1
Test Imagick Image
Hello i'm doing a test with Imagick library with following code
<?php
error_reporting(E_ALL);
ini_set( 'display_errors','1');
/* Create a new imagick object */
$im = new Imagick();
/* Create ne...
user3718303
Votes: 0
Answers: 1
Using github CLI (cli/cli) to deploy repo
Trying to deploy internal development from GitHub to a Centos 7 webserver, running into 2 issues.
Firstly, I'm using PHP and need to deploy the class files to a folder that is not /var/www/html/, wher...

Tom
Votes: 0
Answers: 1