Questions tagged [openshift]

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

7609 questions
2
votes
1 answer

"No system SSH available" error on OpenShift rhc snapshot save on Windows 8

Steps To Replicate On Windows 8. In shell (with SSH connection active): rhc snapshot save [appname] Error No system SSH available. Please use the --ssh option to specify the path to your SSH executable, or install SSH. Suggested Solution From…
user1063287
  • 10,265
  • 25
  • 122
  • 218
2
votes
1 answer

Very simple way of password protecting django app on OpenShift

Is there a very simple way of creating password access using .htaccess whilst testing. I don't want to do anything that would interfere with the application. Is there a way of doing this within OpenShift?
disruptive
  • 5,687
  • 15
  • 71
  • 135
2
votes
2 answers

Attach static files in index.html on node.js openshift setup

I want to setup a node.js backend to serve an application I am building. I am using openshift and the setup went fine, and I had a my basic index.html showing up fine. However, when I tried to add my css, and js files, I could not.
Iman Askur
  • 302
  • 1
  • 12
2
votes
1 answer

Webapps just show blank page when deploying on OpenShift

As above title, I have a problem. These are steps that I have done: Register a account on Openshift Upload .war to github with structure (/webapps/.war) Create new an application with Java, MySQL and phpAdmin and paste the github link Import DB to…
2
votes
1 answer

Advertising on free version of Openshift?

Is it okay to put online advertising on a website running on Openshift, even if I'm using the free plan? I'm planning to buy a separate domain, but keep using the free server. I'm planning to use Google Adsense.
user2200321
  • 325
  • 1
  • 4
  • 18
2
votes
3 answers

How to upgrade Jenkins Server cartridge (OpenShift)?

How to upgrade Jenkins Server cartridge (openshift) to latest version, please?
cviniciusm
  • 139
  • 1
  • 2
  • 13
2
votes
1 answer

Possible to upgrade cartridges on OpenShift online?

I have a WildFly 8.1.0CR1 instance on my free OpenShift Online account. Now I see that a new version of WildFly is available (WildFly 8.1.0Final). Is it possible to upgrade it without removing the cartridge and adding it again?
Rox
  • 2,647
  • 15
  • 50
  • 85
2
votes
2 answers

Locked out of Ghost Blog on OpenShift

I have a Ghost app instance running on Open Shift. For some reason when I try to login into myapp.domain/ghost it is no longer able to find my email. How do I change the admin email settings?
HGB
  • 2,157
  • 8
  • 43
  • 74
2
votes
1 answer

How to upgrade Node.js in OpenShift Gear

I am trying to add a Meteor.Js project to an OpenShift Gear by following this tut: https://www.openshift.com/blogs/cloudy-with-a-chance-of-meteorjs I had to use mongoDB-2.4 other than that I followed the rest of the tut. upon pushing my project to…
Daniel Toebe
  • 2,719
  • 3
  • 17
  • 18
2
votes
1 answer

openshift nodeJS app - git up to date/server running without errors but I still see welcome page

I am trying to host a nodeJS app that uses socket.io on OpenShift. I have created the app on openshift, used git clone to get the repo - I then edited server.js to look like this: #!/bin/env node var express = require('express'); var app =…
ewizard
  • 2,801
  • 4
  • 52
  • 110
2
votes
1 answer

Openshift tomact7 mysql greek encoding

I've been developing a web application using spring mvc. When I deploy it on openshift using tomcat 7 and mysql database I get the following issue. Greek letters coming from an HTML MULTIPART form are saved in the database like: ÃÂÃÂÃÂÃÂýñàThe…
kostas
  • 51
  • 8
2
votes
1 answer

How to push many times and deploy once a day on openshift jenkins

I am running a php application on openshift and it's live. I'm using jenkins for continuous integration but I have an issue. Everytime I push my changes to openshift's git repository, jenkins builds my code and takes the app offline and deploys the…
2
votes
1 answer

persistence xml on openshift and enviromental variables

I'm trying to deploy a simple application to Openshift, but I'm confused about its enviromental variables. They are used to access the mysql database that is installed. I saw a few examples but perhaps someone could tell me if I'm doing something…
Nimchip
  • 1,685
  • 7
  • 25
  • 50
2
votes
1 answer

How do I convert the OpenShift MySQL 5.1 cartridge to UTF-8

The default MySQL 5.1 cartridge apparently creates all its tables with the latin1 character set. I have an application (Review Board, a python/Django application) that has some issues unless the DB is running as UTF-8. How do I change that? I can't…
sgallagh
  • 76
  • 3
2
votes
1 answer

Symfony2 - Openshift " PHP Fatal error: Class 'HWI\\Bundle\\OAuthBundle\\HWIOAuthBundle' not found

I've been trying to create a simple Symfony 2.5 Project with HWI Oauth bundle . The projects works perfectly on my local Windows Machine I managed to do facebook Oauth Authentification But i uploaded my project to an Openshift server and i keep…
Kuashe
  • 41
  • 8