2019-08-26 CMS 網(wǎng)站管理

CMS 選擇開源的產(chǎn)品

微軟:Word Express

網(wǎng)站鏈接:https://wordpress.org/download/

提供下載鏈接:https://wordpress.org/latest.zip

安裝幫助:https://codex.wordpress.org/Installing_WordPress#Famous_5-Minute_Installation

安裝需求:https://wordpress.org/about/requirements/

PHP 7.3 or greater

MySQL 5.6 or greater OR MariaDB 10.0 or greater

Nginx or Apache with mod_rewrite module

HTTPS support

中文開發(fā)與支持幫助

https://codex.wordpress.org/zh-cn:Main_Page

https://www.jb51.net/cms/list419_1.html

例子

https://www.jb51.net/cms/488232.html


根據(jù)安裝需求,確定下一步需要準(zhǔn)備的軟件產(chǎn)品


PHP:

網(wǎng)站鏈接:https://www.php.net/

PHP 7.3.8 Release Announcement

下載鏈接:

參考:

https://www.php.net/downloads.php

https://windows.php.net/download#php-7.3

windows

確定下載鏈接

IIS

VC15 x64 Non Thread Safe (2019-Jul-30 16:05:44)

Zip[24.4MB]

sha256: 19898b2c0f60e022a9567b6ff916e20881ac8907051f116915a55bc419ae64be

https://windows.php.net/downloads/releases/php-7.3.8-nts-Win32-VC15-x64.zip

Apache

VC15 x64 Thread Safe (2019-Jul-30 16:05:58)

Zip[24.53MB]

sha256: 9b9339010e8bbbf4b0945cc196ed4679971462695bc622ab097e1bc0ee117fba

https://windows.php.net/downloads/releases/php-7.3.8-Win32-VC15-x64.zip


附加需求:

VC14, VC15 & VS16

More recent versions of PHP are built with VC14, VC15 or VS16 (Visual Studio 2015, 2017 or 2019 compiler respectively) and

include improvements in performance and stability.

- The VC14, VC15 and VS16 builds require to have theVisual C++ Redistributable for Visual Studio 2015-2019x64orx86installed

https://aka.ms/vs/16/release/VC_redist.x64.exe


MariaDB:

數(shù)據(jù)庫:因?yàn)殚_源而且有維護(hù),選擇MariaDB,MySQL已經(jīng)被Oracle公司購買。

網(wǎng)站鏈接:https://downloads.mariadb.org/

下載鏈接:https://downloads.mariadb.org/mariadb/10.4.7/

選擇合適的發(fā)布類型:例如,win64 zip

https://downloads.mariadb.org/f/mariadb-10.4.7/winx64-packages/mariadb-10.4.7-winx64.zip/from/http%3A//ftp.nluug.nl/db/mariadb/?serve

版本說明:

https://mariadb.com/kb/en/library/mariadb-1047-release-notes/

About this Release

MariaDB Server 10.4.7 was released on 31 Jul 2019.


Apache

網(wǎng)站鏈接:http://httpd.apache.org/

下載鏈接:

選擇? apachehaus

https://www.apachehaus.com/cgi-bin/download.plx

Apache 2.4.41 x64

https://www.apachehaus.com/downloads/httpd-2.4.41-o102s-x64-vc14-r2.zip

選擇 Apache Lounge

https://www.apachelounge.com/download/

Apache 2.4.41 Win64

httpd-2.4.41-win64-VS16.zip

https://www.apachelounge.com/download/VS16/binaries/httpd-2.4.41-win64-VS16.zip

選擇 bitnami

https://bitnami.com/stack/wamp/installer

https://bitnami.com/redirect/to/656048/bitnami-wampstack-7.3.8-0-windows-x64-installer.exe

選擇 XAMPP
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.3.8/

https://nchc.dl.sourceforge.net/project/xampp/XAMPP%20Windows/7.3.8/xampp-portable-windows-x64-7.3.8-2-VC15.zip

https://www.apachefriends.org/zh_cn/download.html


Nginx

網(wǎng)站鏈接:http://nginx.org/

下載鏈接:http://nginx.org/en/download.html

Stable version? Windows

nginx/Windows-1.16.1

http://nginx.org/download/nginx-1.16.1.zip

安裝幫助:http://www.nginx.cn/doc/


如果需要linux版本的,需要找另一系列的數(shù)據(jù)庫,PHP,nginx,apache httpd版本。

現(xiàn)在,是確定下一步要做的事情:

從 服務(wù)器類型:

windows ->

http服務(wù)器 三選一(IIS 內(nèi)置可選,Apache httpd 下載可選,nginx下載可選 )

?php7.3.8? 二選一 (for IIS No Thread Safe,for Apache httpd Thread Safe)

MariaDB 單選 win64 zip


順序是:

1、MariaDB

2、Apache httpd? or? IIS or nginx

3、php7.3.8? Thread Safe or No Thread Safe and? VC_redist.x64.exe

4、Word Express

5、配置內(nèi)容

6、檢查并發(fā)布


apache安裝

D:\software\CMS\httpd-2.4.41-win64-VS16

To install as a service. Open command prompt as Administrator and type:

copy software to c:\Apache24

edit conf\httpd.conf

? ? ? Listen 8090

save and exit

open windows powershell 管理員模式

cd? C:\Apache24

C:\Apache24\bin> cmd

Microsoft Windows [版本 10.0.17763.678]

(c) 2018 Microsoft Corporation。保留所有權(quán)利。

C:\Apache24\bin>httpd.exe -k install

? ? >httpd.exe -k install


php7? C:/php-7.3.8-Win32-VC15-x64

# php7 support

LoadModule php5_module C:/php-7.3.8-Win32-VC15-x64/php7apache2_4.dll

AddType application/x-httpd-php .php .html .htm

# configure the path to php.ini

PHPIniDir "C:/php-7.3.8-Win32-VC15-x64"

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

友情鏈接更多精彩內(nèi)容