dotCloud is a platform-as-a-service. It let developers deploy and scale their applications with a mix and match from a large choice of languages, databases, caching and messaging components, leaving them in full control of their technology stack. Web applications are divided into services, which are configured with a central deployment file.
Questions tagged [dotcloud]
171 questions
3
votes
1 answer
dotcloud supervisord.conf file environment specification
http://docs.dotcloud.com/guides/daemons/ states:
Configuring The Environment
You can easily modify the environment of execution of your daemon with the “directory” and “environment” directives to change the directory where the command is executed…

Trent
- 2,328
- 3
- 33
- 51
3
votes
2 answers
Different versions of the same configuration file in different branches
We are using dotCloud, a virtual host, to run some of our apps. dotCloud deploys apps directly from a git repo, and reads a configuration file called dotcloud.yml from that repo to configure and run the stack.
We have two branches (one…

Newy
- 38,977
- 9
- 43
- 59
2
votes
1 answer
server push for django on dotcloud
What are the current options for implementing server push with a dotcloud app hosted django app? (similar to socket.io on node, channel api with appengine or apache comet)

Tomer Weller
- 2,812
- 3
- 26
- 26
2
votes
1 answer
Send Email through Django on DotCloud
If I want to send email through Django and DotCloud, how should I do it?
Should I send it through Django, https://docs.djangoproject.com/en/dev/topics/email/, or DotCloud, http://docs.dotcloud.com/services/smtp/? I want to be able to send out batch…

saul.shanabrook
- 3,068
- 3
- 31
- 49
2
votes
3 answers
Why an extra slash is getting added to urls?
I've created a blog using django and hosted it on dotcloud http://www.honeybunny.dotcloud.com/blog/ its working fine on the localhost but when i try to access it online an extra slash is added to the urls what could be the reason ?…

Bunny Rabbit
- 8,213
- 16
- 66
- 106
2
votes
2 answers
Deploy Django app with apache + mod_wsgi + postgresql + nginx + memchache using DotCloud
I am new to django development and overall web app development, but I am a programmer.
I want to know what are the steps to deploying a django app on DotCloud that will run on an apache server with mod_wsgi. Nginx will be used to serve media files,…

Amir Rustamzadeh
- 4,302
- 7
- 35
- 43
2
votes
1 answer
Webservice/worker service deploying to dotcloud
I'm trying to deploy a node.js app to dotcloud.
The instructions are found on this page:
https://docs.dotcloud.com/#nodejs.html
I found it confusing, it doesn't explain the final result of the files that you need to create.
If I'm just doing a…

Harry
- 52,711
- 71
- 177
- 261
2
votes
4 answers
How to push a Git update for my Rails app on DotCloud.com without loosing the SQLite prod db
This could be a noob problem but I couldn't find a solution so far.
I'm developing a Rails app locally that uses SQLite, I've set up a local Git repo, and the dotcloud push command is using this. Locally I use the dev environment and on DotCloud it…

Nick Dima
- 1,587
- 2
- 18
- 36
2
votes
1 answer
Base path in paster configuration
I'm trying to deploy some Pyramid code to dotcloud. Unfortunately some paths are not mapped in the same way as in local paster deployment. When I'm running the development configuration with local server through paster serve ..., I can access static…

viraptor
- 33,322
- 10
- 107
- 191
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
2
votes
1 answer
What does @_request.env['HTTP_X_MY_TOKEN'] return?
I'm not a ruby or rails programmer, but I'm tasked with reverse engineering an API for an RoR app. My HTTP POST requests are failing a validation check, where this line is supposed to provide a specific piece of data:
value =…

Adam Davis
- 91,931
- 60
- 264
- 330
2
votes
3 answers
SSL Error: CERT_UNTRUSTED on dotCloud
I'm seeing the following error when deploying a Node.js service on dotCloud:
23:03:59.958870: [www] npm ERR! Error: SSL Error: CERT_UNTRUSTED
23:03:59.959405: [www] npm ERR! at ClientRequest.…

johncosta
- 3,737
- 1
- 25
- 25
2
votes
2 answers
using dotcloud env variables in nginx.conf
dotcloud provides lots of useful information as environment variables but my nginx.conf cannot access environment variables. What's a good way around this?
Here's the scenario: I'd like to redirect certain URLs from my www static service to my rest…

prideout
- 2,895
- 1
- 23
- 25
2
votes
1 answer
uWSGI error perl application not found
When following the basic setup example for a perl service on dotcloud ("ramen app example") I keep getting a "uWSGI error Perl application not found" when I do a "dotcloud push" and then "dotcloud open" on the dotcloud CLI. It seems that the code…

JCB
- 55
- 4
2
votes
0 answers
Use Google App Engine as a reverse proxy to my local server
Background
Before dotCloud decides to shut down its free sandbox service, I used it as sort of a reverse proxy to reroute all requests to a particular domain, to a local server of mine in which I'm hosting a Mono based application (.NET 3.5 web app…

Alex Medvedeov
- 41
- 1
- 3