-
Notifications
You must be signed in to change notification settings - Fork 432
Description
I think there is some bug when creating a site. Here's the command below I tried:
root@vps:~# ee site create test.example.com --wpfc
Output:
Setting up NGINX configuration [Done]
Setting up webroot [Done]
Downloading Wordpress [Done]
Setting up database [Done]
Reload : nginx [OK]
WordPress admin user : Tareq Hasan
WordPress admin user password : ******
Configure nginx-helper: http://test.example.com/wp-admin/options-general.php?page=nginx
Configure W3TC: http://test.example.com/wp-admin/admin.php?page=w3tc_general
Page Cache: Disable
Database Cache: Memcached
Object Cache: Memcached
Browser Cache: Disable
Successfully created site http://test.example.com
Result:
WordPress was installed. By going to the URL, I saw the installation screen with Language Selection prompt. The next screen was site title and admin user creation screen.
What I expected:
- WordPress should have been installed with that given user and password details
- Nginx-helper plugin should've been installed, but it didn't.
- I didn't mention W3TC plugin, why it's showing there in the command output. No idea. Even it wasn't installed.
- Also Database cache and object cache wasn't installed