# Feature: Install WordPress
As a Reseller's Customer
I want to install WordPress
To manage my website's content using a CMS
### Rules:
- Reseller's customers can install WordPress
- Installation is asynchronous
- Can only be installed on an active site
- It is possible to install more than one WordPress per site (in different directories)
- Cannot add another WordPress in the same directory
- It is possible to install WordPress on Locaweb subdomains (.ws)
- If installing WordPress at the root with an existing installation, the old one is removed from the listing
- Database:
- To install WordPress, an active database is required
- Only a database linked to the site can be selected
- Table prefix:
- Does not accept a prefix already in use
- Directories:
- If an existing directory is specified, the content will be overwritten
- Passwords:
- It is possible to change the database password during installation
- It is possible to change the FTP password during installation
### Scenario: Site with active database
- **Given** I select the site and active database
- **When** I install WordPress with all valid data
- **Then** WordPress is successfully installed
- And it displays the message "A ativação do WordPress foi solicitada com sucesso."