2017-03-21 82 views

答えて

0

あなたが必要とするものに最適なオプションは、マルチサイトプラグイン(https://wordpress.org/plugins/multisite-plugin-manager/)を使用することです。 Bitnamiには出荷済みのWPマルチサイトアプリケーションが付属しています

1

Bitnamiスタックに複数のWordPressモジュールをインストールできます。 Bitnami websiteからダウンロードし、--wordpress_instance_name NEW_BLOG_NAMEオプションを使用してインストールします。

まず、モジュールをダウンロードし、特別なパラメータを指定してダウンロードファイルを実行します。

のWindows

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

にアクセスできます
関連する問題