WordPress in the cloud
1 minute read
Here is a simple method to deploy a wordpress server on the redhat cloud and attach it to a domain name, for free.
This is what I have done to host this site Not anymore, see this post.
Create a wordpress server:
- Create an account on OpenShift, or login
- Add an application, and select “wordpress”
- If the account was just created, choose its (unique) namespace
- Choose the application name and fill up the form
- Go to
application-namespace.rhcloud.com
site to create the wordpress user account - Add content and customize the site directly from wordpress
Access the server:
- install the rhc command, then run rhc setup
- log in with ssh and/or git clone the wordpress repo from openshift - The url for ssh and git can be found on the page of the application once logged in openshit.
- Note for git: content should be added in the
.openshift/[themes|plugins|...]
folder of the repo. It will be copied in the suitable folder of the wordpress server (i.e.$OPENSHIFT_DATA/[themes|...]
) by git push.
Finally, to attach this application to a domain name:
- Follow this 2 steps procedure
- Then in wordpress dashboard > setting > general, change the “site address (url)” with the url of your domain
- Note: to get a free (sub)domain name, check freedns.afraid.org