yum install https://mirrors.tuna.tsinghua.edu.cn/remi/enterprise/remi-release-9.rpm
yum install php81-php php81-php-process supervisor tar unzip php81-php-pecl-zip php81-php-gd redis php81-php-mysqlnd php81-php-pecl-redis5
systemctl start redis
/usr/bin/python3 /usr/bin/supervisord -c /etc/supervisord.conf
php81 -r “copy(‘https://install.phpcomposer.com/installer’, ‘composer-setup.php’);”
php81 composer-setup.php
mv composer.phar /usr/local/bin/composer
* * * * * cd /data/isseymiyake-main && php81 artisan schedule:run >> /dev/null 2>&1
python -m ensurepip –upgrade
python -m pip install –upgrade pip
pip install requests
pip install beautifulsoup4
docker-compose up -d –build