This tag doesn't currently have an excerpt. Help contribute by writing one
Questions tagged [openshift]
7609 questions
2
votes
0 answers
openshift and bad request after deploying django 1.6
I created a django app using openshifts default django quickstart app. But because it is based on django 1.4 I did the following changes
setup.py
#!/usr/bin/env python
from setuptools import setup
setup(
name='YourAppName',
…

Apostolos
- 7,763
- 17
- 80
- 150
2
votes
2 answers
Deploying a repository on an OpenShift node.js server
I'm using the Wercker Continuous Integration & Delivery Platform to test and deploy a BitBucket repository on a node.js OpenShift server. Wercker loads in the BitBucket repository, builds it, tests it in the node.js environment, and passes it…

shmuli
- 5,086
- 4
- 32
- 64
2
votes
1 answer
Disk quota exceeded - can't run "rhc app-tidy"
My application's database is too large and it's exceeding my disk space:
rhc show-app reader --gears quota
Gear Cartridges Used Limit
------------------------ ------------------------------- ----…

Rodrigo Carvalho
- 131
- 1
- 5
2
votes
2 answers
OpenShift action hook deploy issues
I have a symfony 2 project I am trying to launch on OpenShift online. I created the directory as required and running symfony locally works perfect.
However, when I deploy to my OpenShift application the deploy and post_deploy action_hooks do not…

Jason M.
- 563
- 1
- 5
- 10
2
votes
1 answer
Openshift access to phpMyAdmin?
How do i access phpMyAdmin using openshift?
I'v just set up a new openshift account today and I really have no idea what I'm doing.
I'v added Node.js, MySQL 5.5 and phpMyAdmin 4.0.
With other web hosting services I could get to the phpMyAdmin user…

user3145050
- 23
- 4
2
votes
1 answer
I can no longer build and deploy with Jenkins on OpenShift
I use Tomcat 7 (Jboss EWS 2.0) and a Jenkins client on OpenShift. Everything worked fine for about 3 months, but since a few days I can no longer build and deploy with Jenkins. When I start the job, jenkins displays the message: "All nodes of label…

Patrick
- 447
- 8
- 17
2
votes
0 answers
OpenShift - I execute gem install rhc - successfully completed - rhc setup message command not found
Congrats,
I'm trying to debug an application(java tomcat7/mysql) and for that I have to install rhc, when I run gem install rhc everything proceeds normally in the installation, but when I run rhc setup message displays: command not found.
could…

Lanmaster
- 29
- 3
2
votes
1 answer
wordpress multisite on openshift not working
I want to enable wordpress multisite on openshift hosting
I have added in wp-config.php file
define( 'WP_ALLOW_MULTISITE', true );
But this has no effect i can't see network seetings in wordpress admin, under tools menu
Has openshift disabled…

user3620693
- 53
- 7
2
votes
2 answers
I've configured Composer to download HTMLPurifier locally, but Git won't push all the files to my OpenShift master repo. Why not?
I've got Composer installed and I've used it to download HTMLPurifier locally. Now I'd like to push that download to my OpenShift Git repo. So, in a Git Bash window, I run the following...
git add -A :/
git commit -a -m "Uploading HTML…

Funktr0n
- 1,711
- 2
- 16
- 23
2
votes
1 answer
Openshift does not scale on high traffic
On our openshift (jboss) application are 16 gears available.
But openshit does not scale.
If 50 users are online on our application (we can track it with google analytics), we are getting the following error:
503 errors (Service Temporarily…

user3594873
- 41
- 1
- 3
2
votes
2 answers
Connecting to Amazon SES with Django on Openshift
I am trying to access amazon SES from openshift using a django based app.
The app works properly when run from my development system (assuming firewall is not block SMTP connection) but does not succeed when run from openshift link after I push to…

user3590750
- 21
- 1
2
votes
0 answers
Openshift: 504 Gateway Time-out The server didn't respond in time
I'm reading the solutions. Most of them has a wrong database configuration.
My database is from AWS (RDS).
My application works at localhost jboss as 7 on my pc very well. But if i'm trying to login on openshift server, i'm getting the following…

user3594873
- 41
- 1
- 3
2
votes
3 answers
Can't get NODE_ENV to stick on my MEAN stack on open shift
I have:
added export NODE_ENV=production to app-root/data/.bashprofile (and echo $NODE_ENV shows production)
Tried rhc set-env NODE_ENV=production -a myapp which generates Setting environment variable(s) ... Server returned an unexpected error…

Joche
- 346
- 7
- 17
2
votes
1 answer
git push to OpenShift Git repository takes very long
I created a WildFly cartridge on RedHat OpenShift and pushed some small code changes to the master branch of my initial Git repository (ssh://account@host.rhcloud.com/~/git/wildfly8.git/). I encountered that pushing to the repository takes very…

Benny Code
- 51,456
- 28
- 233
- 198
2
votes
1 answer
NodeJS app on Openshift is not accessible from rhcloud.com application URL
I have deployed a working NodeJS REST service (built with Restify) that is properly started on Openshift, as I can read the log:
listening at http://127.2.188.1:8080
I have used the usual environment parameters to bind the IP and…

frapontillo
- 10,499
- 11
- 43
- 54