Setting up and running Wordpress in the cloud
Summary
WordPress (WP, WordPress.org) is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. In this article we'll be looking at how you easily create and set up Wordpress in the cloud as a microservice without having to take care of any configurations, security measures and more.
Getting started
If you already have a mogenius account, proceed to the next step. Otherwise you can sign up here: mogenius sign-up
Sign up for mogenius - it's free and you can get started right away. Once you've created your account, you can create a new cloudspace that contains all your services and databases for a project, like Wordpress. The services all reside in your secure cloudspace and can communicate with each other (Kubernetes namespace isolation). This is a convenient way to build a cloud-native software project that consists of one or more interconnected microservices. Once you have confirmed your email and phone number, you can create a new cloudspace:
Choose a name for your cloudspace and select the free tier to get cloud resources at no charge, or you can also choose a subscription to upgrade your resources when you create the cloudspace or upgrade at a later stage.
Adding Wordpress to your cloudspace
Now are ready you to set up Wordpress! On the next overview page, you will see all your cloudspaces. Click on the name of the cloudspace where you want to set up Wordpress. Scroll down to see the environments ("Production" stage by default) and then select "Use a template" from the dropdown:
mogenius will automatically create and set up Wordpress for you, and add a dockerfile in one of your Git repositories. Scroll through the list until you see the Wordpress logo and click “Add Service” next to it.
If this is the first time you are deploying a service, we need to connect your cloudspace to your repository. Click on “Connect Github” which will ask you to grant permission to access your Github repositories.
You will only need to do this once, your mogenius cloudspace is now connected to your GitHub account, and can access your repositories.
Next, you can either use an existing empty repo or create a new one by clicking the “+” symbol. Select a name for the new repo and create it. Specify a name for this service if different from the repo name, select the branch in your repo and stage in your cloudspace you want to use.
Now it's time to set the environment variables. There are four environment variables you have to set in order to connect Wordpress to a database, which needs to be set up at this point. To create a database, you can use SQL databases MySQL or MariaDB. Please refer to the tutorials for MySQL, or MariaDB on how to set up a database on mogenius.
The first environment variable is the name of the database:
For MySQL, the default database name created when setting up MySQL is "mysqldb" and for MariaDB it is "mysql".
The second environment variable is the database password.
Select the right secret from the list, which is the one you set in the environment variables when setting up mySQL or MariaDB. The same goes for the database user:
The last environment variable required is the database host, simply select the correct database host from the list, which consists of database services avauilable in your cloudspace.
Now, simply click "Create Service".
Your Wordpress service will now be built, the Dockerfile added to the specified Git repository, and deployed to your cloudspace at the same time so you can start using it almost immediately. Once the setup routines, build and deployment process are complete (usually a few minutes at most), you can start using your Wordpress service at the specified URL. You can find all the details on your service's overview page, where you can also customize the resources and scale by adding additional instances for your service.
You will now have an internal hostname, e.g. wordpresssss-0wl7ku:8080 for other services within your cloudspace, and an external hostname if you chose to expose your service, e.g. wordpresssss-prod-severecapital-afooyl.mo2.mogenius.io:80