作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个托管在 www.example.com 上的网站,它是一个 Bitnami 应用程序。
我想在 www.example.com/blog 上可以访问的同一台服务器上安装另一个 bitnami wordpress。
这个怎么做?
最佳答案
您可以在 Bitnami 堆栈上安装多个 WordPress 模块。从 Bitnami website 下载, 并使用 --wordpress_instance_name NEW_BLOG_NAME
安装它选项。
首先,下载模块,然后使用特殊参数运行下载文件。
window
shell> ./bitnami-wordpress-VERSION-module-windows-installer.exe --wordpress_instance_name NEW_BLOG_NAME
$ chmod a+x bitnami-wordpress-VERSION-module-linux-x64-installer.run
$ ./bitnami-wordpress-VERSION-module-linux-x64-installer.run --wordpress_instance_name NEW_BLOG_NAME
$ hdiutil mount bitnami-wordpress-VERSION-module-osx-x86_64-installer.dmg
$ /Volumes/WordPress\ Module\ VERSION/BitNami\ WordPress\ Module.app/Contents/MacOS/installbuilder.sh --wordpress_instance_name NEW_BLOG_NAME
关于wordpress - 如何在 bitnami wordpress 的子目录中安装 bitnami wordpress?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42925377/
我是一名优秀的程序员,十分优秀!