Questions tagged [openshift-cartridge]

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications.

OpenShift cartridges provide the necessary command and control for the functionality of software that is running users' applications. OpenShift currently has many language cartridges (JBoss EAP, JBoss EWS, PHP, Ruby, Rails, etc.) as well as many DB cartridges (Postgres, Mysql, Mongo, etc.).

117 questions
2
votes
0 answers

How to configure Laravel 5.2 on Openshift?

I've been looking through tutorials and cartridges on how to use and configure Laravel in Openshift to no avail. Even the best things I could find didn't help that much. So far what I've been able to do is setup Laravel so I could see the welcome…
2
votes
0 answers

Openshift Django Pip permission denied

I have added a new package to the requirements.txt. When I push it with git to the openshift repository it fails to install it (after unpacking the requirements.txt and checking the pip dependencies). This is the error I am getting: OSError: [Errno…
Silke
  • 131
  • 8
2
votes
0 answers

How to deploy Express 4 application with mysql database setup on openshift?

I am finding it difficult to deploy the Express4 app on Openshift. The project is working fine on localhost but not being able to push on server remote: Git Post-Receive Result: failure remote: Activation status: failure remote: Activation failed…
Amir
  • 73
  • 5
2
votes
2 answers

Openshift combine 3 gears into 1 gear in free plan

i have opensfhit account and i am setting up my application which required more space than 1GB. as stated in this link , each gear has 1GB memory space. and maximum of 3 gears allowed. is it possible to combine 3 Gears into 1 Gear which can have 3GB…
pappu_kutty
  • 2,378
  • 8
  • 49
  • 93
2
votes
0 answers

How to spawn multiple nodejs processes in OpenShift

In an OpenShift enviroment how could I run two NodeJS processes (from the nodejs official cartridge), each with its own startup file? Basicaly I want to make a web application that will sometimes put jobs in a queue. I thought that I should have two…
dburner
  • 1,007
  • 7
  • 22
2
votes
1 answer

Openshift redis cartridge with strange exceptions ETIMEDOUT on socket.io script

I have a socket.io node script running that acts as a chat server. I had it running on a local server ok, and have since tried moving it over to openshift. I used the following cartridge to get it working -…
Horse
  • 3,023
  • 5
  • 38
  • 65
2
votes
1 answer

Openshift can't connect to mongoDB from java code, time out

I've got a MongoDB cartridge installed on openshift and i'm having troubles with connecting to it from java code. Ip address, port and credentials are taken from openshift's RockMongo cartridge. The following method invocation: public Document…
mcjkwlczk
  • 145
  • 15
2
votes
1 answer

How to access mongodb variables from nodejs cartridge on OpenShift?

I am trying to deploy an application prototype to openshift. It works locally with mongodb at 127.0.0.1. I am trying to get it to respect process.env.OPENSHIFT_MONGODB_DB_URL when in the openshift environment but that variable is not accessible to…
2
votes
1 answer

How to debug the cartridge scripts in Openshift?

I want to develop a new cartridge for my own use. I use OpenShift Cartridge Development Kit to start my work. My building script is written in .openshift/action_hooks/build and it can be successfully executed. But when I tried to use the command…
Caspar
  • 21
  • 3
1
vote
0 answers

How to configure OpenShift from Eclipse IDE?

I want to deploy my web application using OpenShift. I have coded the same in Eclipse IDE. When I am trying to configure OpenShift from Eclipse by entering the Server URL and Token code, I get the following error:- Unable to read endpoint…
1
vote
1 answer

Openshift public url app (migration)

Would be possible, when migrating from Openshift 2 to 3, to keep the xxx.rhcloud.com url? Anybody knows if Red Hat is providing some solution? O maybe some kind of redirection would work? Thanks in advance.
Jose__vi
  • 158
  • 2
  • 10
1
vote
0 answers

What is default Server URL for creating openshift project using eclipse plugin?

I am trying to create openshift application using jboss plugin in eclipse. While creating project I given following server URL: https://openshift.redhat.com and choose authentication protocol as basic and provided correct user id and password. But…
1
vote
0 answers

Multichain and Openshift

I'm currently experimenting with multichain and was wondering if open shift would be able to host the software. For it to work I'll need to run shell commands and network multiple instances. Can open shift accommodate this?
Kendall
  • 5,065
  • 10
  • 45
  • 70
1
vote
0 answers

Openshift Upgrade Plan From India

I have an application on free tier in openshift , which is working excellent .I just want upgrade my plan to sliver. but my country india is not shown while upgrading. Is there anyway to upgrade my plan from india. Thanks a million to the folks who…
1
vote
1 answer

How to remotely connect to OpenShift MySQL database using PHP?

I've a Tomcat 7 application running on Openshift server, say myapp. I've also installed MySQL 5.5 cartridge and got the username and password say myUsername and myPassword respectively. I tried to remotely connect to the database by writing a…
theapache64
  • 10,926
  • 9
  • 65
  • 108