我在www.example.com上托管了一个Bitnami应用程序的网站。 我想在www.example.com/blog上可以访问的同一台服务器上安装另一个bitnami wordpress。 怎么做?
答案 0 :(得分:1)
您可以在Bitnami堆栈上安装多个WordPress模块。从Bitnami website下载,然后使用--wordpress_instance_name NEW_BLOG_NAME
选项进行安装。
首先,下载模块,然后使用特殊参数运行下载文件。
<强>窗强>
shell> ./bitnami-wordpress-VERSION-module-windows-installer.exe --wordpress_instance_name NEW_BLOG_NAME
<强>的Linux 强>
$ 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
Mac OS X
$ 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
安装模块后,您将可以通过http://localhost/NEW_BLOG_NAME
访问该模块答案 1 :(得分:0)
我认为您需要的最佳选择是使用多站点插件(https://wordpress.org/plugins/multisite-plugin-manager/)。 Bitnami已经发布了WP Multisite应用程序