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
3 answers
cloudControl addons as separate services
I am based in Europe and am considering using cloudControl as my cloud hosting platform. On the addons front, I would like to use IronWorker, IronMQ and Cloudant. Because of differences in usage metering, my preference would be to subscribe to…

Nico
- 31
- 2
1
vote
1 answer
How to use PHP 5.6 (or later) on cloudControl?
I have a Symfony 3.0 application that I want to deploy on cloudControl. The app is running on the pinky stack; my composer.json requires PHP >=5.5.9
"require": {
"php": ">=5.5.9",
...
}
When I try to push, I get
...
-----> WARN: No php…

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
1
vote
1 answer
Problems debugging Django `collectstatic` in a cloudControl deployment
I have a Django application deployed to cloudControl. Configuration is standard and the push/deploy happens without (apparent) errors.
But the collectstatic step is not being executed: it fails silently (I see no -----> Collecting static files…

eillarra
- 5,027
- 1
- 26
- 32
1
vote
2 answers
Does cloudControl have post-deploy hooks?
I'm looking for a way to notify external services after a deploy has finished on cloudControl, do they have post-deploy hooks and how are they set up?

jaimeiniesta
- 156
- 1
- 6
1
vote
2 answers
cloudControl: Failed to start container
I'm trying to set up a Node.js deployment on cloudControl, however my deployment fails and I have no idea why. The logs prompt me this error:
1/15/15 4:15 PM Info Failed to start container
My Procfile seems just fine however:
web: node…

dunnkers
- 21
- 3
1
vote
1 answer
How to set default alias on cloudControl
I have a cloudControl app and have added TXT and CNAME entries for the alias settings in order to make the app available under my own domain. Now when I make a
$ cctrlapp myapp/default alias
on my app, I get something like
Aliases
name …

Gottlieb Notschnabel
- 9,408
- 18
- 74
- 116
1
vote
1 answer
Java Maven repository settings.xml
I successfully added a private repository to my pom.xml with credentials in settings.xml
and locally the build works fine (with a cleared cache - just to be sure).
But how would I pass the settings.xml entries to cctrlapp APP_NAME/dev push?
The…

Dittmar
- 11
- 1
1
vote
1 answer
On cloudcontrol, how can I do a URL rewrite?
For a Python / Django application running on cloudcontrol, what's the recommended way of rewriting urls, e.g. attaching a wordpress blog to a certain url path like example.com/blog/, or even just redirecting a subdomain?
I'd know how to do this with…

Hakayati
- 77
- 1
- 4
1
vote
1 answer
How to add a config value / environment variable to a cloudControl deployment using the API
I would like to add an environment variable, also called config in this context, to my cloudControl deployment. However, I can't use the provided command-line tool cctrlapp, but have to use the REST API. Their API can be accessed at…

croeck
- 696
- 1
- 11
- 19
1
vote
1 answer
Is it possible to publish a git repository or a zip file to CloudControl directly by REST API?
I want to publish a maven project to CloudControl by REST API, not by command line tool, is it possible? That means, create a app by REST API, deploy source or binary code by REST API. Just like Heroku, I can build a url directly into app using REST…

ruchun huang
- 53
- 3
1
vote
1 answer
Cloudcontrol: how to install private repositories with composer during image build process?
I am using cloudcontrols standard buildback-php. I am using composer to install third party libs. These also includes private git repositories typically accessible via ssh deployment keys.
Problem: accessing private repositories during the…

Dirk Adler
- 13
- 4
1
vote
1 answer
How to remove files from Varnish-cache
I'm developing a game in js/php. When I first uploaded my project, it contained a file named "index.html" with nonsensical content (only the word "bla" and a facebook-like-button). I later deleted that "index.html" so that requests to the domain…

oezi
- 51,017
- 10
- 98
- 115
1
vote
1 answer
CREATE TRIGGER without SUPER privilege on cloudcontrol.com
When I try to create a trigger for my mysqls database addon on cloudcontrol.com I get the following error:
ERROR 1419 (HY000): You do not have the SUPER privilege and binary
logging is enabled (you might want to use the less safe
…

citizen404
- 1,485
- 1
- 10
- 19
1
vote
1 answer
Adding configuration settings via phpcclib of cloudcontrol
Please, I just need to ask if it is possible and how to add configuration settings, similar to this:
$ cctrlapp APP_NAME/DEP_NAME config.add KEY=VALUE
via the phpcclib of cloudcontrol
Thanks

Bba
- 13
- 4
1
vote
1 answer
Why do PaaS provider suggest Dependency installation during deployment? (for PHP or NodeJS and probably others)
PaaS providers like Heroku, CloudControl or Exoscale offer deployment using git.
They automatically download dependencies for nodeJS or PHP/Composer applications after pushing the source code.
Why?
Why would i not fetch my dependencies locally…

ulilicht
- 737
- 1
- 7
- 18