Monthly Archive: July 2023

在安装 PHP 扩展时,一直卡在 --php_extensions fileinfo 处。我的 ECS 内存为 1 GB 配置。编译 fileinfo 非常占用内存,这是导致无法编译的直接原因。最终决定提升 ECS 的配置,内存提升至 2 GB 0

When compiling and installing PHP extension FileInfo in Alibaba Cloud ECS, the solution is stuck (improve memory configuration)

浏览量: 15 1. When installing the php extension, it is stuck at –php_extensions fileinfo. My ECS memory is 1 GB config. Compiling FileInfo takes up a lot of memory, which is the direct cause...

选择镜像:Alibaba Cloud Linux , 3.2104 LTS 64位 0

In Alibaba Cloud ECS, CentOS 7 migration (replace) to Alibaba Cloud Linux 3

浏览量: 18 1. Configure the CentOS 7 yum source, refer to:“CentOS, Ubuntu, Debian dependency source configuration” . Error when updating the cache: File contains no section headers. Loaded plugins: fastestmirror . The reason is...

在执行:npm run build 时,报错:ln -sf ../frontend/dist/assets public/assets,'ln' is not recognized as an internal or external command,operable program or batch file. 0

ln -sf ../frontend/dist/assets public/assets when building Shopify app template – PHP,lnIs not recognized as an internal or external command, operatorable program or batch file.

浏览量: 15 1. When executing: npm run build, an error is reported: ln -sf ../frontend/dist/assets public/assets,lnIs not recognized as an internal or external command, operatorable program or batch file. . as shown in Figure...

再次运行:npm run dev,打开浏览器,不再报错 0

Create an app in Ubuntu-20.04 in WSL2: Shopify App Template – PHP

浏览量: 92 1. Reference:Install Shopify CLI 3.0 (based on Node.js) in Ubuntu-20.04 in WSL2, check whether the corresponding requirements are met in advance 2. Create an application, select the PHP template, and report an...