All Projects → aws-quickstart → quickstart-bitnami-wordpress

aws-quickstart / quickstart-bitnami-wordpress

Licence: Apache-2.0 license
AWS Quick Start Team

Projects that are alternatives of or similar to quickstart-bitnami-wordpress

Charts
Bitnami Helm Charts
Stars: ✭ 4,439 (+8120.37%)
Mutual labels:  bitnami
bitnami-docker-consul
Bitnami Docker Image for HashiCorp Consul
Stars: ✭ 49 (-9.26%)
Mutual labels:  bitnami
bitnami-docker-keycloak
Bitnami Docker Image for Keycloak
Stars: ✭ 62 (+14.81%)
Mutual labels:  bitnami
bitnami-docker-postgresql-repmgr
Bitnami Docker Image for PostgreSQL with Replication Manager
Stars: ✭ 99 (+83.33%)
Mutual labels:  bitnami
bitnami-docker-openldap
Bitnami Docker Image for OpenLDAP
Stars: ✭ 84 (+55.56%)
Mutual labels:  bitnami
bitnami-docker-pgpool
Bitnami Docker Image for Pgpool-II
Stars: ✭ 101 (+87.04%)
Mutual labels:  bitnami
bitnami-docker-dokuwiki
Bitnami Docker Image for DokuWiki
Stars: ✭ 98 (+81.48%)
Mutual labels:  bitnami
RedArmory
Backup and Restore tool for Bitnami Redmine Stack
Stars: ✭ 15 (-72.22%)
Mutual labels:  bitnami
bitnami-docker-harbor-registry
Bitnami Docker Image for Harbor Registry
Stars: ✭ 16 (-70.37%)
Mutual labels:  bitnami
bitnami-docker-mongodb-exporter
Bitnami Docker Image for MongoDB Exporter
Stars: ✭ 22 (-59.26%)
Mutual labels:  bitnami
bitnami-docker-neo4j
Bitnami Docker Image for Neo4j
Stars: ✭ 25 (-53.7%)
Mutual labels:  bitnami
bitnami-docker-nginx-ingress-controller
Bitnami Docker Image for NGINX Ingress Controller
Stars: ✭ 15 (-72.22%)
Mutual labels:  bitnami
bitnami-docker-opencart
Bitnami Docker Image for OpenCart
Stars: ✭ 83 (+53.7%)
Mutual labels:  bitnami
Chartboard
Simple dashboard to show widget chart
Stars: ✭ 23 (-57.41%)
Mutual labels:  bitnami
bitnami-docker-phpbb
Bitnami Docker Image for phpBB
Stars: ✭ 33 (-38.89%)
Mutual labels:  bitnami
bitnami-docker-jenkins
Bitnami Docker Image for Jenkins
Stars: ✭ 95 (+75.93%)
Mutual labels:  bitnami
bitnami-docker-tomcat
Bitnami Docker Image for Tomcat
Stars: ✭ 44 (-18.52%)
Mutual labels:  bitnami
bitnami-docker-prometheus
Bitnami Docker Image for Prometheus
Stars: ✭ 30 (-44.44%)
Mutual labels:  bitnami
bitnami-docker-fluentd
Bitnami Docker Image for Fluentd
Stars: ✭ 16 (-70.37%)
Mutual labels:  bitnami
bitnami-docker-sonarqube
Bitnami Docker Image for SonarQube
Stars: ✭ 65 (+20.37%)
Mutual labels:  bitnami

quickstart-bitnami-wordpress

WordPress High Availability by Bitnami on the AWS Cloud

This Quick Start deploys WordPress High Availability by Bitnami, which includes WordPress and Amazon Aurora, in a highly available environment on AWS in about 40 minutes.

WordPress is a web publishing platform for building blogs and websites. It can be customized via a wide selection of themes, extensions, and plugins. WordPress High Availability by Bitnami installs the WordPress application on multiple servers (Amazon EC2 instances) in the AWS Cloud for high performance and availability. It also sets up an Aurora relational database to help you reduce costs, simplify configuration tasks, and scale with ease. The database and WordPress application are set up on different EC2 instances to help improve security and access control. Optionally, you can deploy an Amazon ElastiCache for Memcached server to cache database queries.

The Quick Start offers two deployment options:

  • Deploying WordPress High Availability by Bitnami into a new virtual private cloud (VPC) on AWS
  • Deploying WordPress High Availability by Bitnami into an existing VPC on AWS

You can also use the AWS CloudFormation templates as a starting point for your own implementation.

Quick Start architecture for WordPress High Availability by Bitnami on AWS

For architectural details, best practices, step-by-step instructions, and customization options, see the deployment guide.

To post feedback, submit feature ideas, or report bugs, use the Issues section of this GitHub repo. If you'd like to submit code for this Quick Start, please review the AWS Quick Start Contributor's Kit.

Notable changes

5.2.3-0 (2019/09/08) - 5111263

  • This release fixes a bug in PHP-FPM's Logrotate configuration which could cause high disk space and/or inodes usage, if logs were rotated multiple times. Existing users can fix it by running the commands below:

    $ sudo rm -rf /opt/bitnami/php/logs/*
    $ sudo sed -i 's/\* /*.log /' /etc/logrotate.d/com.bitnami.php
    

    The /etc/logrotate.d/com.bitnami.php configuration file should look like this:

    /opt/bitnami/php/logs/*.log {
      weekly
      rotate 150
      dateext
      compress
      copytruncate
      missingok
    
    }
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].