How to install ionCube extension using pagoda

How to install ionCube extension using pagoda

1. First install the pagoda

Installation requirements:

Python version: 2.6/2.7 (will be automatically installed when installing Pagoda)

Memory: 128M or more, 512M or more is recommended (the panel occupies about 10M of system memory)

Hard disk: more than 100M available hard disk space (the panel alone takes up about 20M disk space)

System: CentOS 6.x / 7.x (Ubuntu, Debian, Fedora), ensure it is a clean operating system, does not support 32-bit systems, and has not installed Apache/Nginx/php/MySQL with other environments (cannot be installed in existing environments)

Centos installation script

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh db4827a2

Ubuntu/Deepin installation script

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh db4827a2

Debian installation script

wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh db4827a2

Fedora installation script

wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh db4827a2

Upgrade Script

wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh db4827a2

2. Install the website environment Apache 2.4+mysql5.6+php5.6

3. Install ionCube extension

Open Software Management-PHP Settings-Install Extension

As shown

Click Install

This is the end of this article. We hope you will continue to support 123WORDPRESS.COM in the future.

<<:  Detailed explanation of MySQL database Event scheduled execution tasks

>>:  Vue implements various ideas for detecting sensitive word filtering components

Recommend

Summary of Linux ps and pstree command knowledge points

The ps command in Linux is the abbreviation of Pr...

Linux kernel device driver address mapping notes

#include <asm/io.h> #define ioremap(cookie,...

Implementation example of video player based on Vue

When the existing video player cannot meet the ne...

How to enable TLS and CA authentication in Docker

Table of contents 1. Generate a certificate 2. En...

react-diagram serialization Json interpretation case analysis

The goal of this document is to explain the Json ...

MySQL data analysis storage engine example explanation

Table of contents 1. Introduce cases 2. View the ...

vsCode generates vue templates with one click

1. Use the shortcut Ctrl + Shift + P to call out ...

How to change the domestic image source for Docker

Configure the accelerator for the Docker daemon S...

Do you know all 24 methods of JavaScript loop traversal?

Table of contents Preface 1. Array traversal meth...

Nginx uses the Gzip algorithm to compress messages

What is HTTP Compression Sometimes, relatively la...

Design a data collector with vue

Table of contents Scenario Core Issues Status mon...

JavaScript built-in date and time formatting time example code

1. Basic knowledge (methods of date objects) 😜 ge...