Questions tagged [openshift-client-tools]

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

The OpenShift Client tools, known as rhc, are built and packaged using Ruby. OpenShift integrates with the Git version control system to provide powerful, decentralized version control for your application source code.

329 questions
0
votes
2 answers

Wildfly 10 server size increasing on Openshift

I have a wildfly 10 server running on openshift server. The problem I am having is that the wildfly server is continuously increasing its size every time I git push my code to the server. I tried to debug this problem my keeping only one deployment…
user5139637
  • 775
  • 3
  • 10
  • 29
0
votes
0 answers

Disk quota increasing when adding files

I have 2 GB of disk space and I am uploading 2 jar files that both add up to a little less than 360 MB. But whenever I upload these JAR files with a couple other files (that are not even big) and whenever I push my code to upstream after editing it…
0
votes
1 answer

Openshift RHC setup throws error

After successfully installing rhc, when I try to rhc setup and I get the following console output: Anyone any idea why this happens?
Martin K
  • 346
  • 5
  • 15
0
votes
2 answers

OpenShift unable to find css and js files

When running my openshift app none of the CSS or javescript files are loading. I have specified the directory in the server.js: app.use(express.static(__dirname)); In the index.html I have specified the location of the folders:
JaAnTr
  • 896
  • 3
  • 16
  • 28
0
votes
1 answer

Openshift transfer app from one domain to another?

So I've got an app in one domain lets say it has the following url: http://app-domain1.rhcloud.com and I want to move it to my other domain so the url would be http://app-domain2.rhcloud.com is there a way of transferring the app domain with out…
Mark Broadhurst
  • 2,675
  • 23
  • 45
0
votes
2 answers

Unable to add a file in my app folder using git add command for OpenShift application

I created an application in OpenShift but not able to add a file. I did the following steps. D:\openshft>rhc git-clone firstapp --namespace Cloning into 'firstapp'... remote: Counting objects: 47, done. remote: Compressing…
Khaino
  • 3,774
  • 1
  • 27
  • 36
0
votes
1 answer

Can't open my application from Openshift using Eclipse Java EE IDE

After that I logged in to the Openshift from Eclipse Java EE IDE for Web, I'm getting the following error: Could not load applications, cartridges and gears Could not request https://hub.openshift.com/api/v1/quickstarts/promoted.json:…
0
votes
2 answers

Unable to push changes to git openshift

Hi guys I could do that but not anymore i.e. I could upload changes to openshift git. I have tried resetting git repo, push by force but no success. Here is the log that I get through: Amits-MacBook-Pro:api $ git push origin master…
codebased
  • 6,945
  • 9
  • 50
  • 84
0
votes
2 answers

What is the location of project directory on openshift?

I connected to an php application on openshift with winscp but I can not find folder with index.php. Does anyone have any idea where it is located??
0
votes
1 answer

Error creating a custom cartridge application in OpenShift

I'm trying to create a custom cartridge application on OpenShift using the command rhc -d create-app liferay htt..... An error is raised but I don't know where to find more specific information. What does this error mean and how do I fix…
0
votes
0 answers

OpenShift rhc app create (Errno::EMSGSIZE)

I want to create WebSocket java application using this tutorial: https://blog.openshift.com/deploy-websocket-web-applications-with-jboss-wildfly/ . I created account, installed ruby, git, rhc, logged in successfully, created key, domain. I should…
kfinto
  • 301
  • 1
  • 5
0
votes
2 answers

Install libraries in OpenShift

I've started to use openshift (free account), successing with python. But I need to install some libraries (requests and others). How to do it? I can't find any docs on it... Forum's info is obscure... I've followed this thread (for third party…
0
votes
1 answer

Deploying web application OpenShift Eclipse JBoss Tools

For the first time I`m trying to deploy my web application on Openshift free hosting with JBoss Tools in Eclipse and nothing happens :) my domain: docs-velichko.rhcloud.com/ the end of my log when importing application: …
0
votes
1 answer

How to get a database created in PHPmyadmin up on OpenShift?

I've made some databases in PHPmyadmin that I need to access through OpenShift. I've added the correct cartridges to be able to do this, but I don't know how to manually upload this database or if OpenShift does this automatically. Does anyone have…
0
votes
0 answers

Get rid of openshift welcome page

I have created an application on openshift with Nginx cartridge. Added, committed, and pushed successfully using git, but when I click to view the application it shows: Welcome to your Ngnix application on OpenShift Which file should I change, so…