OVERVIEW
Wordpress is an open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDBdatabase with supported HTTPS.It contains plugin architecture and a template system, so you can customize any website to fit your business, blog, portfolio, or online store.
GOALS
One-click launch
Easy configurable AMI with pre-installed Wordpress
INSTALLATION VIA AWS MARKETPLACE
Kindly click on the below link to install the server via AWS Marketplace:
Pending...
GET STARTED
To verify the installation, follow the below instructions
Step 1. Connect to SSH
In a terminal window, use the ssh command to connect to the instance. You specify the user name for your instance, and the public DNS name or IPv6 address for your instance, the path and file name of the private key (.pem).
ssh ec2-user@publicIP -i [Path of key pair file]
If it shows access denied message run the following command , then run the above command again to connect via ssh.
chmod 400 [Path of key pair file]
Step 2. Verify the installation
Follow the steps to verify the installation and Login
Goto Browser and type http://your-server-ip-address ,you will see the page shown below and choose language, click next
2. Click Let's go!, see the page shown below:
3. Enter Database name - wordpress ,username- root and password will be found on the ssh screen, see the page shown below.
4. Run the installation, and enter the needed information to create user and click on install wordpress shown below.
5.Your wordpress has been installed successfully.
6. Now Login with the credentials you created, dashboard will appear shown below.
Comments