Questions tagged [cloudcontrol]

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.

117 questions
1
vote
1 answer

JSF and cloudControl

I'm learning Java EE and it appear to me that One of the things to Know is JSF I'm also sing cloudControl but I haven't found a Way to Deploy a JSF Applications there. Is there a way of deploying a JSF Applications on cloudControl ?
ken
  • 471
  • 9
  • 19
1
vote
1 answer

Can't deploy app because of database connection error

does anyone know why I can't deploy my application? I'm using the exact same configuration/changes I did to my other app which I can deploy to cc without any problems (different credentials, of course). database.yml: production: adapter:…
Cojones
  • 2,930
  • 4
  • 29
  • 41
1
vote
1 answer

Can I define access rights on deployment level on cloudcontrol?

On my cloudcontrol app, I would like to restrict the access to the default deployment exclusively. That means I want to grant full access to all deployments, except for the default deployment. Is there a way to define access rights on deployment…
Gottlieb Notschnabel
  • 9,408
  • 18
  • 74
  • 116
1
vote
1 answer

Cloudcontrol first push error

I've created account on cloudControl and I'm trying to do my first push. So I start with: cctrluser key.add cctrlapp koptusapp/default push but I get error: Permission denied (publickey). fatal: Could not read from remote repository. Please…
user1483208
  • 385
  • 5
  • 24
1
vote
1 answer

What should go into procfile for pinky stack on CloudControl

We have been using the luigi stack on CloudControl for our PHP application, with web and worker roles, and we would like to migrate to the pinky stack. The latter seems to require the use of procfile in order to define launch commands for web and…
Michael Teper
  • 4,591
  • 2
  • 32
  • 49
1
vote
0 answers

Cloudcontrol push error

I have deleted an app on CloudControl, some days later created it again with the same name, and now I have the following error when trying to push the repository: cctrlapp appname/default push Email : Password: fatal:…
Tom
  • 11
  • 3
1
vote
2 answers

Yii Configuration with Cloud Control Error cctrluser key.add

I am configuring YII framework using Cloud Control, I am trying to generate SSH Key using Command Prompt in Windows PC. I installed cctrl 1.8.5 in my PC. After installing application I typed cctrluser key.add at Command Prompt, I received below…
1
vote
1 answer

Cloudcontrol user roles

How can I authorize a new user to perform only selected tasks. In my spcial case I'd like to have a user who has more rights than "ReadOnly" but less than the next role "Admin", so the user can create workers. I need an user who can perform some…
Mike Gitar
  • 11
  • 1
1
vote
1 answer

Root access to cloudcontrol

I need to configure ioncube on cloudcontrol. How do I get a root access to my container. Is this only possible with a paid up account? I tried using the command line but could not be able to get root access to the container.
algone
  • 93
  • 1
  • 2
  • 9
1
vote
0 answers

How can I deploy to cloudcontrol a python app that requires pysqlite?

I have a python web app that depends on the pysqlite module but pushing it to cloudcontrol fails with error remote: src/connection.h:33:21: fatal error: sqlite3.h: No such file or directory Is there any way to get that app running on…
Thomasleveil
  • 95,867
  • 15
  • 119
  • 113
1
vote
1 answer

How to access CloudControl config.free CONFIG_VARS

How to access CloudControl config.free CONFIG_VARS?
conceptdeluxe
  • 3,753
  • 3
  • 25
  • 29
1
vote
1 answer

Can't create database

I got a problem creating the database on my cloudcontrol app: xxx:~/Sites/e_paper$ cctrlapp epaper/default run "rake db:create" Couldn't create database for {"adapter"=>"mysql2", "encoding"=>"utf8", "pool"=>5, "database"=>"xxx",…
Cojones
  • 2,930
  • 4
  • 29
  • 41
1
vote
1 answer

PHP filter_var URL Bug

My Cloudcontrol project is currently suffering from this PHP-Bug: filter_var($url, FILTER_VALIDATE_URL) acting weird in PHP 5.3.2 Can you do anything about it? I worked some days ago so I guess you've updated the PHP Version. My Project's name:…
Matthias
  • 193
  • 1
  • 9
1
vote
1 answer

Cloudcontrol no MongoDB access

I recently discovered cloudcontrol and wanted to write a little mongoDB app to store some images. I enabled the free addon mongolab.free and followed the documentation to set up a connection. $credfile = file_get_contents($_ENV['CRED_FILE'],…
Willey
  • 161
  • 1
  • 9
1
vote
2 answers

cloudControl: how to update custom config addon with new key/value pair?

I have custom config addon set up and it contains some info already, entered on the addon deployment phase using following syntax (https://www.cloudcontrol.com/dev-center/Add-on%20Documentation/Deployment/Custom%20Config): $ cctrlapp…
Jura Khrapunov
  • 1,024
  • 6
  • 14