How to install openshift origin on centos 6? [closed] - centos

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I haven't found any detailed documentation for newbies. I tried using oo install but it was asking something about brokers. What is are brokers? Should I install all the packages (python, ruby.. etc) before installing the openshift?

This is going to be where you need to start http://openshift.github.io/. It has everything you need to get Origin up and running.
If you want a have a basic understanding of the structure that makes up Openshift, check out https://www.openshift.com/walkthrough/how-it-works.

Related

Why am I not able to install Mongodb to my local system? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 days ago.
Improve this question
I've downloaded mongodb community edition. But during the installation process, it says "failed to extract installer". Any suggestions to get rid of this problem
enter image description here
Can I get some series of steps to solve this problem...

Add plugin to minecraft server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 months ago.
Improve this question
I downloaded the minecraft java server .jar file and it works well.
But now i want to add java plugins into the server. How can I do that?
It depends in the type of the minecraft server.
For spigot server here: https://www.spigotmc.org/.
For bukkit server here: https://dev.bukkit.org/bukkit-plugins.ect
But if you are using vanilla minecraft server YOU CAN'T use any type of plugins, at least with any official way.
I hope i helped you.

Unable to create Kubernetes Cluster in GCP [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
Over the last few hours, I have been trying to create a Kubernetes cluster in GCP. But could not successfully create. The error says "Unable to create the cluser". For sometime, I tried using the web cobsole and later switched to using gcloud. But nothing worked.
Can someone help me here? What is the mistake I am committing.
Regards
Raj
There was an outage: https://status.cloud.google.com/incidents/sqeWSRmcrJZyE2zSrJ74
It should be now resolved for most users. If you are still having troubles it's recommended to get in touch with support team.

How do I install gifsicle? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 11 months ago.
Improve this question
I need a solution to create and edit gifs quickly. I found gifsicle to be a very good solution. The problem is that the program is very difficult to install. The github page for the software can be found at this link
For linux... Assuming you have build-essentials installed, it's pretty quick to install.
curl -sL http://www.lcdf.org/gifsicle/gifsicle-1.91.tar.gz | tar -zx
cd gifsicle-1.91
./configure --disable-gifview
make install

Deploying Atlassian's Confluence onto openshift? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
Does anyone know how to deploy Confluence onto OpenShift? I tried following the instructions here but am stuck at configuring the confluence-init.properties.
You want to set the directory for home dir to the following environment variable - OPENSHIFT_DATA_DIR. That dir will persist between git pushes and between shutdown and startup of the app.
Here are instructions on how to fill out your JNDI setting
https://openshift.redhat.com/community/blogs/jndi-tomcat-configuration-howto