Questions tagged as 'openshift'

1
answer

Automatic Deploy after Git Push

I use OpenShift daily to create and host applications in the clouds. One interesting thing I notice is the deploy process of the applications hosted on this platform. Deploy is preceded by the git push command. A single, simple comman...
asked by 25.08.2015 / 16:45
1
answer

Access database in OpenShift

I deployed a project in OpenShift , I used a cartridge to create a Mysql database soon after the creation of the database this information appears:    MySQL 5.5 database added. Please make note of these credentials:       Root...
asked by 05.10.2015 / 22:35
1
answer

Java Web application with Maven with repository in GitHub and hosted in OpenShift

I have a Java web application (wildfly server) created with Maven, locally versioned with Git and remotely on GitHub, I would like to know how to host this application in OpenShift and deploy every Pull received by GitHub.     
asked by 23.03.2016 / 17:17
2
answers

Ruby and Ruby on Rails version - Openshift

I tried to upload an application made in Ruby 2 and RoR 4 in Openshift and I could not. Is an application made in Ruby 2 compatible with Ruby 1.9? Which versions are supported by Openshift? The following is the error: ==> app-root/log...
asked by 08.05.2014 / 13:59
1
answer

I can not publish my MEAN app on OpenShift

I've done everything that seems right. I changed the local variables to process.env , but when I commit and send I get this output: Pushing to ssh://[email protected]/~/git/pontotec.git/ remote:...
asked by 12.02.2016 / 05:45
1
answer

Web Service Java on OpenShift using Tomcat 6 (JBoss EWS 1.0)

I'm trying to create a Web Service in JAVA to be consumed by an Android application. I need to use a Cloud technology, and only found OpenShift free and best recommended for now ... Well, I've already created my project in Eclipse. I already hav...
asked by 31.03.2015 / 05:02
1
answer

OpenShift + Mentawai Problem

I have a problem with OpenShift. I already uploaded my application (java / jsp) and my bank (postgresql) and it looks Okay. The problem is that I use mentawai as an mvc framework and the application is not finding the lists and i18n internati...
asked by 31.03.2015 / 21:30
0
answers

REST application in Ophenshift

I created a REST application by netbeans, and now I want to upload it to OpenShift. I'm using eclipselink to do data persistence, so I use a AbstractFacade<T> class to do the basic CRUD, as follows: public abstract class Abstra...
asked by 20.05.2015 / 03:47
1
answer

Error performing deploy in Openshift using my git

Hello. I'm having a very strange problem with my application on openshift. I created in the Openshift a Jboss application and added the jenkins. From it I've changed the source code source to my repository in git. But I get this error at the...
asked by 20.03.2015 / 19:20
1
answer

How to run Node.JS in OpenShift and Locally

How to run Node.JS in OpenShift ( link )? openshift URL: link GitHub: link How to run NodeJS locally, it runs on localhost IP (127.0.0.1:port) but over live IP it does not connect, how to connect?     
asked by 22.06.2014 / 00:01