Advanced Search
Search Results
6 total results found
linux
linux相关知识库
go
php
环境部署
ubuntu/debian编译安装nginx
环境部署
1. 一键脚本 bash <(curl -Lso- https://files.kkktu.com/nginx/install.sh) 2. 脚本详情 install.sh #!/bin/bash echo -n "entry nginx version: (default:1.25.3)" read nginx_version #更新并安装依赖 sudo apt-get update -y sudo apt-get install build-essential libpcre3 libpcre3-dev...
部署纯静态php-cli、php-fpm、composer-无需编译环境
环境部署
1. 纯静态项目 项目:crazywhalecc/static-php-cli 下载地址:纯净态php 2. 安装脚本 bash <(curl -Lso- https://files.kkktu.com/php/install.sh) 3. 脚本详情 #!/bin/bash user=$(id -un) echo -n "Entry php version: (default:8.2.12)" read version echo -n "Entry php install path:(default:/h...