php linux部署相關

2021-09-07 02:12:52 字數 866 閱讀 3489

原始碼安裝(ssh登入伺服器,執行如下操作即可,需root使用者身份安裝)

wget

tar zxvf lanmp_laster.tar.gz

sh install.sh

4個可選安裝,如下圖

.htaccess

rewriteengine on

# if a directory or a file exists, use it directly

rewritecond % !-f

rewritecond % !-d

# otherwise forward it to index.php

rewriterule . index.php

1、拉取**倒根目錄

2、安裝composer

3、執行 composer global require "fxp/composer-asset-plugin:~1.0.0"

4、在專案根目錄下執行 composer update

5、在專案根目錄下執行 ./init

6、在專案根目錄下執行./yii migrate

memcache 安裝

1、wget

2、gzip -d memcache-3.0.8.tgz

3、tar xvf memcache-3.0.8.tar

4、cd memcache-3.0.8

5、/www/wdlinux/php/bin/phpize

6、./configure --enable-memcache --with-php-config=/www/wdlinux/php/bin/php-config --with-zlib-dir

7、make

8、make install

PHP linux下如何部署php專案(二)

多站點 需要編輯的檔案有兩個 a pache 伺服器的httpd.conf檔案 vhost 虛擬目錄檔案 在正常安裝的情況下這兩個檔案的路徑在 etc httpd conf 目錄下 如果不是該目錄的話,請在apache伺服器的安裝目錄下查詢。1 httpd.conf 文件 需要新增監聽的埠,釋放in...

php linux 擴充套件安裝

安裝linux php擴充套件總結 以soap擴充套件包為例 將soap單獨目錄傳到伺服器任意目錄 cd soap 進入soap目錄中 執行 php bin phpize 在php安裝的目錄中有 phpize 這個命令可以將soap原始檔生成configure 檔案 然後 進行安裝就可以了 在soa...

nginx相關部署配置

2 解壓到磁碟任意目錄,例如這裡我解壓到了 d servers nginx 1.4.7 將重新命名後的 nginx service.exe 複製到 nginx 的安裝目錄 比如,我這裡是 d servers nginx 1.4.7 1 2 3 4 5 6 7 8 9 10 11 12 xmlvers...