Questions tagged [openshift]

This tag doesn't currently have an excerpt. Help contribute by writing one

7609 questions
2
votes
2 answers

Does Openshift support selenium?

Does openshift work with GUI stuff like Selenium? I have a python application I wanted to setup in the cloud... If there isn't, is there a workaround I can use? The application logs into a website and does something for a few seconds..
Gaurav
  • 358
  • 5
  • 18
2
votes
1 answer

Git clone of OpenShift repository hangs in linux, but not windows

Lately I have been unable to clone my openshift application repositories using git in linux. I have the following three OS installations: Ubuntu 13.10: Git 1.9.1 Ubuntu 14.04: Git 1.9.1 Windows 7: Git 1.8.5.2.msysgit.0 Git is working on all three…
Sheldon Irwin
  • 121
  • 1
  • 5
2
votes
1 answer

Suppress "Ambiguous class resolution" warning on composer dump-autoload -o

I'm in the follwoing situation: I want to deploy a php-app via "git push" on openshift. Dependencies are resolved via composer. The composer.lock file (locking the dependencies to the specific wanted version) is part of the repository. Dependencies…
Rangad
  • 2,110
  • 23
  • 29
2
votes
0 answers

Installing zerorpc on openshift without sudo access + installing yum install libpq-dev dependancy

I am having a problem running npm install zerorpc without sudo access. a dependency install attempt yum install libpq-dev does error: cannot open Packages database in /var/lib/rpm CRITICAL:yum.main: Error: rpmdb open failed for the npm install…
jmhead
  • 887
  • 1
  • 12
  • 25
2
votes
2 answers

OpenShift Database Host Value?

I'm trying to install Infinite WP on Openshift, so far, I have uploaded the source files. But, when I was on the installation page, it asked a database host, username, and password. I have the username and password, but I don't know what to put in…
2
votes
1 answer

Openshift App defaults back to php 5.3

I have a wordpress app hosted on openshift, deployed using the php-5.4 cartridge. As of today it is using the php-5.3 binary again, which throws a lot of errors. I have restarted the application as well as the php cartridge, still the same error.…
thankyou
  • 25
  • 4
2
votes
2 answers

OpenShift concurrent connections

According to OpenShift’s Knowledge Base, max amount of concurrent connections per gear is set at 10 requests and you can have a maximum of 16 gears. What if you want to provide a web service that needs to handle up to 5 million requests an hour…
demechanico
  • 261
  • 2
  • 12
2
votes
2 answers

JDK 8 support for Wildfly 8.1 OpenShift cartridge

Still no Java 8 (JDK) support for the OpenShift Wildfly 8.1 cartridge? Is this a limitation of the SELinux gear? Or can I just create a Java 8 JDK cartridge and a modified Wildfly 8 cartridge and combine them in the same gear?
2
votes
1 answer

Django/python: Understanding paths in django

As I was looking through my settings.py file in my current project, I realized I wasn't too sure what was really going on under the hood with python in terms of os.path.join I tried looking it up, but its a bit confusing - and seems a bit esoteric…
ApathyBear
  • 9,057
  • 14
  • 56
  • 90
2
votes
1 answer

Openshift Django static files

I've started a new Django project for Openshift following the github example. According to this openshift post the project folder structure can be simplified. I tried this so now, I only have setup.py openshift wsgi.py files in my repo root. Having…
argaen
  • 4,145
  • 24
  • 28
2
votes
1 answer

Mysql connection URL openshift

How do I see MySql connection URL from openshift? I need it to use it in hibernate.cfg.xml When I log onto my account online I only see the username and password.
Wai Hein
  • 69
  • 2
  • 8
2
votes
3 answers

Why am I getting permissions issues on my Font Files using Openshift

I am working on a node.js project using OpenShift. Everything works great accept I get a 404 on my font awesome files. When I ssh I see... ls app-deployments/current/repo/public/build/fortawesome/font-awesome/v4.0.3/fonts/ FontAwesome.css …
Jackie
  • 21,969
  • 32
  • 147
  • 289
2
votes
2 answers

Openshift.com - unable to connect with mysql

I am trying to establish a connection with mysql-5.1, but it shows errors like "could not connect" or when I change the hostname "Could not connect: No such file or directory". My file reads like this
2
votes
2 answers

How to run OpenShift Django project locally?

I'm trying to run my django 1.6 project locally (downloaded from openshift) with command: $python3.3 manage.py runserver and get error: Unhandled exception in thread started by .wrapper at 0xb691592c> Traceback (most…
2
votes
1 answer

Openshift and building with gulp

I use Nodejs 0.10 within Openshift PaaS. I have an Npm json package with dependencies such as Gulp, building tasks such as Gulp-sass, Gulp-usemin, Bower. They are launched in build action_hook script. Logs on Jenkins show a dependency Gulp-utils'…
Luca
  • 45
  • 8
1 2 3
99
100