نحوه نصب sourceguardian در سرورهای لینوکس دایرکت ادمین centos پرینت

  • sourceguardian, نصب سورس گاردین, آموزش نصب سورس گاردین, سورس گاردین در لینوکس, سورس گاردین در دایرکت ادمین
  • 3

سورس گاردین یک نرم افزار رمز گذاری برای کدهای پی اچ پی می باشد که بر روی سرورهای لینوکس و نسخه پی اچ پی شما قابل نصب هست

برای این کار از دستورات زیر در روت سرور استفاده کنید

mkdir -p /usr/local/sourceguardian
cd /usr/local/sourceguardian
wget http://www.sourceguardian.com/loaders/download/loaders.linux-x86_64.tar.gz
tar xzf loaders.linux-x86_64.tar.gz
echo "zend_extension = /usr/local/sourceguardian/ixed.7.3.lin" >> /usr/local/php73/lib/php.conf.d/90-custom.ini

Don't forget to match the ixed.X.X.lin file with your version of php (in the example: ixed.7.3.lin for php 7.3)
a simple php -m, will confirm that it is installed (and also php -v)


آیا این پاسخ به شما کمک کرد؟

« برگشت