XAMPP,安装模块
从官网下载模块后,上传服务器:
1 2 3 4 5 |
[root@adamhuan-info-center software]# ls bitnami-wordpress-4.8-0-module-linux-x64-installer.run xampp-linux-x64-5.6.30-0-installer.run gitlab xampp-linux-x64-7.1.7-0-installer.run percona [root@adamhuan-info-center software]# |
修改执行权限:
1 2 |
[root@adamhuan-info-center software]# chmod -R 775 /software/ [root@adamhuan-info-center software]# |
运行:安装
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
[root@adamhuan-info-center software]# ./bitnami-wordpress-4.8-0-module-linux-x64-installer.run Language Selection Please select the installation language [1] English - English [2] Spanish - Español [3] Brazilian Portuguese - Português Brasileiro [4] Simplified Chinese - 简体中文 [5] Korean - 한국어 [6] Hebrew - עברית [7] German - Deutsch [8] Romanian - Română [9] Russian - Русский Please choose an option [1] : 4 ---------------------------------------------------------------------------- 欢迎来到 Bitnami WordPress模块 安装程序。 ---------------------------------------------------------------------------- 安装文件夹 请选择Bitnami or XAMPP的安装目录 选择一个文件夹 [/opt/lampp]: Note: This module requires a pre-existing installation of Bitnami or a Bitnami-compatible stack like XAMPP. Please select the previous platform installation. For example: /opt/bitnami or /opt/lampp ---------------------------------------------------------------------------- 创建管理员帐户 登录 [user]: a****** 您的真实姓名 [User Name]: A******** Email地址 [user@example.com]: ******@***.com Enter the application password : Retype password : ---------------------------------------------------------------------------- wordPress 请配置WordPress安装 博客名 [admin's Blog!]: **** ********* *** Do you want to configure mail support? [y/N]: n ---------------------------------------------------------------------------- 安装类型 请选择使用该协议栈 [1] 开发设置: 允许更改文件权限和配置设置,可以很容易地安装插件、主题和某些应用程序的更新,但从安全角度来看不是最佳的选择。如果是用于开发目的或用于公司内,建议允许更改。 [2] 产品设置: 如果在公共服务器上部署这个协议栈,建议结合安全性和性能来进行文件权限和配置设置。安装某些插件、主题和更新,可能需要手动更改,或安装如FTP等另外的服务。 请选择选项 [2] : 1 ---------------------------------------------------------------------------- 安装程序已经准备好将 Bitnami WordPress模块 安装到您的电脑。 您确定要继续吗? [Y/n]: y ---------------------------------------------------------------------------- 正在安装 Bitnami WordPress模块 至您的电脑中,请稍候。 正在安装 0% ______________ 50% ______________ 100% ######################################### ---------------------------------------------------------------------------- 安装程序已经将 Bitnami WordPress模块 安装于您的电脑中。 调用 Bitnami WordPress模块 [Y/n]: y [root@adamhuan-info-center software]# |
然后,访问X[……]