How to configure wordpress layout on localhost

I am amazed that there is no information on how to configure openshift wordpress in a local environment.

They also do not have a complete wordpress structure to configure it on localhost. Their information on the site is also not clear.

Are there any steps for this?

+6
source share
2 answers

Are you looking at your github account? they have a quick launch for wordpress here:

https://github.com/openshift-quickstart/openshift-wordpress-developer-quickstart

install the client tool here:

https://developers.openshift.com/en/managing-client-tools.html

UPDATE: if you are looking for your own OpenShift, then you should look at OpenShift Origin:

https://docs.openshift.org/latest/getting_started/administrators.html

+4
source

You can run openshift in a virtual machine.

see this .

But there is no reason why you should not use the free openshift account and build it from your local machine (using git). At first it’s a hassle, but if you master it, you don’t have to reinvent the wheel when you live.

edit: focus on getting it to work on openshift, there should be a lot of documentation. The local environment is just your git repository running on your local machine.

+2
source

All Articles