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
9
votes
3 answers
Symfony 2 -> Composer and CloudControl
I have a little problem to setup Symfony 2 on Cloudcontrol,
I followed the instructions and installed a Symfony 2 framework, changed the document root and so on.
Now when I try to push the changes to server server, it loads the dependencies from the…

Matthias Friedrich
- 93
- 1
- 4
5
votes
1 answer
Possible for PHP app built on top of codeigniter to connect to a MySQL AND a mongoDB database at the same time?
I have a web application built in codeigniter and hosted with cloudcontrol. I use a normal MySQL database for all of my data persistance, and now I want to use a mongodb database in addition to the MySQL database.
I want to use mongodb as a job…

Casey Flynn
- 13,654
- 23
- 103
- 194
4
votes
1 answer
How to successfully migrate a Zend Framework 1 application from CloudControl Luigi to Pinky stack?
The easy part...
Usually when migrating a ZF1 application from built-in auto-loading to composer based auto-loading (which is strongly recommended for deploying on CloudControls Pinky stack) you just need to take some simple steps:
Create a…

conceptdeluxe
- 3,753
- 3
- 25
- 29
4
votes
1 answer
How to set environment variables in cloudcontrol?
I'm migrating from Heroku to cloudcontrol and I can't find documentation on how to set server environment variables. How is it posible?

pedro_witoi
- 459
- 1
- 5
- 4
3
votes
1 answer
Scala / SBT - dependency not resolved on PaaS (cloudControl & heroku)
I have a simple Scala application built using spray.io. I am using Scala 2.11.2 and SBT 0.13.0. All of my dependencies are listed here:
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.3.6",
"com.typesafe.akka" %%…

mkorszun
- 4,461
- 6
- 28
- 43
3
votes
1 answer
Cannot deploy Spring Boot application
I'm currently evaluating CloudControl as platform provider for my Java based applications.
I created a very simple Spring Boot (https://github.com/mhmpl/gradle-example-app) app with Gradle but I'm unable to deploy the app.
There are no errors in the…

mhmpl
- 1,045
- 2
- 13
- 29
3
votes
1 answer
How to prevent unexpected redirects from https:// to http://
I'm running an web application that I developed using CakePHP(1.3) on cloudControl.
Using their piggyback SSL, I can access the app fine via https:// but all redirects go to http://.
If I manually change the url, I can access everything via…

jun_k
- 75
- 7
3
votes
2 answers
Yii + mysql + cloudControlled
I have an app that I uploaded to www.cloudcontrol.com. PHP app. I have mysql addon and have a running database with data already setup. I can access the database from my localhost using my app without any errors, when I try and access via the app…

user3499599
- 55
- 3
3
votes
2 answers
Cloud Control Error cctrluser key.add
I installed cctrl and tried to create a public key, I typed cctrluser key.add at Command Prompt, I received error. Could someone please help?
C:\Users\sumit>cctrluser key.add
Key 'C:\Users\sumit/.ssh/id_rsa.pub' seems to be invalid or not…

Arsen Simonean
- 362
- 2
- 17
3
votes
1 answer
How to deploy a Java project using war file on CloudControl
I have my Java project in a Hg repository. How can I use this code or convert to Git repo to be able to deploy on Cloud Control?
Is there an Option for me to use a .war file to Deploy instead of the entire file structure upload and compile? If so,…

Abdullah.M
- 61
- 7
3
votes
2 answers
Host root domain on CloudControl
I want to host a root domain like "example.com". The Alias addon allows you to host sub domains like "www.example.com".
But how to host the root domain "example.com" on cloudcontrol? Because I want to create a redirect from example.com to…

CEikermann
- 31
- 2
3
votes
1 answer
How to change the DocumentRoot on cloudControl?
I need to set a sub directory as DocumentRoot to run my application on slim framework. Is there any way to do this?
I tried with htaccess files without success:
root:
RewriteEngine On
RewriteRule ^$ www/ [L]
RewriteRule (.*) www/$1 [L]
sub…

Vied12
- 31
- 1
3
votes
2 answers
Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I am a newbie programmer, so I will need your help! Locally the webapp works ok with the db on it!
When I uploaded the application on the cloudcontrol, it comes up with the following error:
CDbConnection failed to open the DB connection:…

Fotis
- 51
- 1
- 1
- 2
2
votes
2 answers
Hosting piwik on a server with a read-only filesystem
I use CloudControl for hosting and I would like to set up a server (possibly with load balancing support) to host piwik for all of my websites. The only problem is that the only writable directory CloudControlled allows you to access is defined by…

Casey Flynn
- 13,654
- 23
- 103
- 194
2
votes
2 answers
How to add one extension to standard stack after Pinky?
From this article I understand that after September 14th CloudControl will have PHP 5.6 as new standard PHP version and a list of extensions enabled by default.
I understood that these extensions are only loaded once no extensions are specified in…

LBA
- 3,859
- 2
- 21
- 60