cloudControl was a European PaaS that supported Java, PHP, Python, Ruby and more via the open buildpacks API and easy integration of third party Cloud services via the add-on marketplace.
Questions tagged [cloudcontrol]
117 questions
2
votes
1 answer
What are the limits of free PaaS with Event Driven server/applications?
I ask this question, because Heroku or CloudControl are not really explicit on how a free application can consume their ressources?!
The application will use event driven based server (Node or Tornado), and event driven is monothreaded, so here is…

Abdelouahab
- 7,331
- 11
- 52
- 82
2
votes
1 answer
User 'xxxxxxxx' has exceeded the 'max_user_connections' resource (current value: 2) in cloudcontrolled
I get this error and need to know how to logon to the database and kill the connections. I am conecting from one computer and don't see how I could have exceeded the resource.

user3499599
- 55
- 3
2
votes
1 answer
ClassPath resource not found
I'm trying to deploy my Spring Boot based application to a CloudControl container.
I've added the mysql.free add-on and configured it through my…

mhmpl
- 1,045
- 2
- 13
- 29
2
votes
1 answer
How to use Symfony2 with MongoDB on cloudControl?
I would like to use Symfony2 and MongoDB on a cloudControl (PaaS provider like heroku) container. Now Symfony2 supports the usage of MongoDB:
# app/config/config.yml
doctrine_mongodb:
connections:
default:
server:…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
2
votes
1 answer
How to authenticate using cloudcontrol REST API
I am trying to use the Cloudcontrol REST API.
Has anybody used that API? I did not find out how to authenticate.
As an example, I tried https://api.devcctrl.com/app/APPMNAME/deployment/default/error/
I found : https://api.devcctrl.com/doc/#Token but…

Mike
- 21
- 1
2
votes
1 answer
Workaround for NODE_ENV during build
I'm having a problem with a NPM post-install script, the issue is that the build process ignores the configured NODE_ENV (set via cctrlapp x/y config.add) and always defaults to production. For what I've seen this was "resolved" two months ago by…

doup
- 841
- 1
- 9
- 20
2
votes
2 answers
How to get a simple Bootstrap Site on cloudControl
I'm trying to deploy a simple Website - a couple of html sites based on twitter-Bootstrap templates - on cloudControl.
Unfortunatelly It seems I can only deploy a Java, PHP, Node.js and some more applications but not just some html sites.
Building a…

ken
- 471
- 9
- 19
2
votes
1 answer
I am trying to implement a REST-API with CodeIgniter and RestServer on CloudControl
I am not getting it. What settings do I have to make to get the REST-API running on my cloudcontrol URL. I made a controller named player:

Timo
- 320
- 3
- 14
2
votes
1 answer
Deploying grunt based app in CloudControl
I'm trying to deploy a grunt based app to CC. I would like to deploy the dist version of the app, which is generated with the grunt build task. Right now, what I've done is to move my grunt devDependencies to dependencies and use the NPM postinstall…

doup
- 841
- 1
- 9
- 20
2
votes
1 answer
Symfony lock file not up to date even after running composer update
I just ran a composer update on my local machine for my Symfony2 app, which also updated the projects composer.lock file.
Now I git add -A and git commit changes.
But when I git push my repository to my cloudControl deployment, I get the…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
2
votes
2 answers
Is Varnish in cloudControl ignoring the new Google Universal Analytics cookies ("_ga")?
So I'm trying to get Varnish "HITS" in a simple testing page made with Silex.
The Response has the necessary headers for being cached, but it is not being cached. It seems to be because Google Analytics is installed.
Is there a way to tell Varnish…

eillarra
- 5,027
- 1
- 26
- 32
2
votes
0 answers
Does cloudcontrol support django gis?
In my deploy logs I'm getting:
ImportError: Could not find the GEOS library (tried "geos_c", "GEOS"). Try setting GEOS_LIBRARY_PATH in your settings.
Does cloudcontrol support the gis libraries?

stardog101
- 41
- 2
2
votes
1 answer
Downgrading gem version
I have a application I am trying to host on the cloudcontrol server, but the issue is I need the gem -v to be 1.3.7.
I have tired:
cctrlapp APPNAME/default run "gem install rubygems-update -v 1.3.7
cctrlapp APPNAME/default run "gem update --system…

Shouvik
- 11,350
- 16
- 58
- 89
2
votes
2 answers
cloudControl - PHP: (temporarily) disable composer
I am happily developing a PHP app using Composer on cloudControl.
It's great how it is integrated into the deployment procedure.
However, there's no need for Composer to update on every deploy.
Is it possible to (temporarily) disable Composer, per…

Abel de Beer
- 23
- 2
2
votes
1 answer
CloudControl Kohana Framework detected and push fails.
When deploying my application to CloudControl I suddenly get an unexpected error while pushing the code.
remote: [1G-----> Kohana Framework detected
remote: mkdir: cannot create directory `application/cache': No such file or directory …

Matthias Lill
- 318
- 2
- 6