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
0
votes
1 answer
gzip with cloudControl
I'm using cloudControl to develop and deploy a complex web app for mobile devices using Sencha Touch. Even when minified and trimmed of all the fat, both the CSS and the application JS weigh in at about 250KB each. I'd like to reduce this…

MisterSleep
- 60
- 5
0
votes
1 answer
Access our own AWS/RDS instance from cloudcontrol apps
I would like to use our own RDS instances with apps hosted with cloudcontrol.
I know this is possible because all i need is EC2 security group info and account number for cloud control.
However, there is no mention of direct use of Amazon RDS…

Risul
- 11
- 2
0
votes
3 answers
Symfony2/Git/CloudControl switching from Composer to Submodules
I need to switch from Composer (which is used by Symfony2 by default) to Git submodules.
I thought I could just add the desired submodules to the desired locations, thus overwriting the current version which was installed by Composer.
But when I use…

Andresch Serj
- 35,217
- 15
- 59
- 101
-1
votes
1 answer
How to stop a cloudcontrol deployment?
My cloudcontrol app is stuck in deployment.
Both rollback and deploy give this message:
"Deployment foobar/default is currently deploying. Please retry in a few seconds."
-1
votes
1 answer
PHP version on cloudControl
I see that at this moment, cloudControl PaaS is running on PHP 5.3.2, as I checked with phpinfo on my deployments.
If the PHP version is upgraded, will we be informed? Is there a place where this type of information is posted?

jun_k
- 75
- 7
-1
votes
1 answer
Using same cloudControl MySQLd addon with multiple apps
It is unclear to me how cloudControl MySQLd addon works.
My understanding of MySQLd is that it is a MySQL server that can/will work with unlimited apps.
But since all addons are only app based, this could also mean that I cannot use the same MySQLd…

Risul
- 11
- 2
-2
votes
1 answer
Permission denied (publickey) CloudControl
I always get this error with cloudcontrol. Help.
Using Windows with Git installed.
Permission denied (publickey). fatal: Could not read from remote
repository.
Please make sure you have the correct access rights and the repository
exists.…
-2
votes
1 answer
why openstack is getting so popular?
can anyone tell me why openstack is getting so popular because there are many open source private computing platforms like opennebula,cloudStack,Eucalyptus...so what is the advantage of using Openstack? and why not others?

Ranjit Shinde
- 111
- 9
-2
votes
1 answer
How to config continous deployment from BamBoo to CloudControl
I'm configuring my project so that after building and testing phase, the project will be automatically deployed to CloudControl.
However, I'm struggling with the configuration
Since my web app written in php so I have to choose SSH as deployment…

Toby D
- 1,465
- 1
- 19
- 31
-2
votes
1 answer
addon ssl.host SSL_DNS_DOMAIN shows an amazonaws.com subdmain
I added the SSL certificate just bought from comodo using command
cctrlapp xxxx/default addon.add ssl.host --cert certif.crt
--key certif-nopass.key --chain SecureServerCA-bundle.crt
I do not get any response to my command, after…
-2
votes
1 answer
how to run a script when deploying an application to cloudControl?
I want to run some Phing tasks when deploying a PHP application on cloudControl. How can I do this?

johnutzm
- 102
- 1
- 7
-3
votes
1 answer
How to increase max_user_connections through my.cnf on cloudcontrol
do i have any chance to reach the my.cnf to increase the
max_user_connections
on cloudcontrol? Untill now, the max_user_connections are limited to 2

Kevin Katzke
- 3,581
- 3
- 38
- 47