Questions tagged [paas]

paas is short for Platform-as-a-service, a category of cloud-centric services.

Platform as a service (PaaS) is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage Web applications without the complexity of building and maintaining the infrastructure

Related tags:

Source: Wikipedia

489 questions
0
votes
1 answer

Not able to create Apps In Openshift free plan?

I am not able to create any openshift apps . I currently have only one app main-anandu.rhcloud.com which points to anandu.info . but when i create an app it says "i have reached gear limit of 0"? I tried to ask on IRC but it failed
Anandu
  • 69
  • 1
  • 2
  • 6
0
votes
1 answer

Can I have multiple versions deployed on openshift?

For a research project I am comparing PaaS providers. I'm however not sure about the following. On App Engine I can have multiple live versions of my application. If I have a new version and I deploy it I can reach it on a non-default url like:…
Mark
  • 3
  • 2
0
votes
1 answer

Is there any PaaS cloud service provider that do not have their own offsite data center?

I have worry about that the PaaS does not have their own offsite data centre for backup our data. Is there any information about how many PaaS do not have a offsite for backup the data.
Jacky Shek
  • 953
  • 1
  • 11
  • 35
0
votes
2 answers

Remote access to MySQL DB hosted in OpenShift (not looking for the port forwarding solution)

I spent the whole yesterday migrating my django application to OpenShift (I selected the free solution and my application is using one small gear). My application is now up and running and there are no issues visiting the site using a…
theAlse
  • 5,577
  • 11
  • 68
  • 110
0
votes
2 answers

Putting private information on Public PaaS?

If I put my private information into any Public PaaS (I'm currently using OpenShift environment), would it be open to Public? or to employees of the company? I fail to understand how public is a Public PaaS. Thanks.
0
votes
3 answers

basics of cloud computing

I am a beginner trying to understand why do I or others need heroku or other cloud services for application development. I want to know for what sort of applications or scenarios, do we need heroku or similar services? For example, if I am an…
user2979872
  • 413
  • 1
  • 9
  • 20
0
votes
2 answers

The use of app.py.disabled on openshift

I recently created a python app on openshift. I found a file called app.py.disabled when I git cloned the repo. Can anyone explain what it does?
Gaurav Joseph
  • 927
  • 14
  • 25
0
votes
1 answer

What are usage hours in cloud services

I have seen various cloud computing services offering a free number of hours per month. What exactly they mean? Are they just clock hours or they have some special meaning?
user2286243
0
votes
3 answers

Is Jelastic (or any PaaS) robust and reliable enough for enterprise Saas?

Would you trust Jelastic if you were to use it for a SaaS application targeted at Enterprise customers? I'm using it right now for its ease of use in creating a stack for a Java applcation. But it almost feels too easy. What are you thoughts?
Max
  • 639
  • 2
  • 6
  • 19
0
votes
1 answer

Fortrabbit And phpMyAdmin: installation clarification

I've been following the Fortrabbit's guide to install phpMyAdmin. I've managed to put the folder in my htdocs, but from what I read I must actually upload it into the app root below htdocs. Problem is the app root has write protection and I can't…
Mike Hanslo
  • 274
  • 3
  • 14
0
votes
1 answer

Deploying website along with web application

I'm in the process of researching possible ways to deploy web site along with a web application. I'm using Python/Django with gunicorn as the webserver and AngularJS (front-end) for the web application, which will be deployed on some PaaS like…
Cliff F
  • 381
  • 6
  • 14
0
votes
1 answer

Impossible to undeploy CustomCode jar (and therefore impossible to deploy a newer version)

I am giving a try with the app42 PaaS solution from Shephertz, and especially its CustomCode feature to deploy Java server-side code. I managed to correctly deploy one version of my server-side "CustomCode" jar (using "ant deploy" command, like in…
Guillaume Cernier
  • 1,311
  • 2
  • 9
  • 7
0
votes
0 answers

Openshift Maven not adding any library jar files with maven commands

I am trying OpenShift PaaS these days. I have a Java cloned openshift project in my local eclipse. When I add Maven dependency , it doesn't add it to project. Below is my Maven added dependencies for Spring
Kumar Pallav
  • 590
  • 1
  • 6
  • 16
0
votes
1 answer

How to monitor cloudfoundry application through web service

As you know, cloudfoundry suggest a command tool to push and manage applications. I am asking if there is a native solution (API or Webservices, ... ) that provides similar thing. If yes, please share links. Thanks
0
votes
1 answer

Ruby on rails application on App42 PaaS

I deployed my Ruby on Rails application on App42 PaaS. After doing setupInfra. I created binary of my app and deployed it. it's working fine as expected.Now i wanted to access log of my app.Could any one please help me to get logs of my app?