Questions tagged [dotcloud]

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.

171 questions
0
votes
1 answer

Missing javascript file, expressJS on dotcloud "failed to load resource." Routing issue?

I deployed an express app to dotcloud, and I get an error here: http://valgomat-nilsnh.dotcloud.com/valgomat . All my other javascript files included in the html seem to get loaded except questiondata.js. In the chromium console it says, GET…
thunki
  • 69
  • 1
  • 4
0
votes
1 answer

Dotcloud CLI Deploy not found

Could anyone let me know the current version of the Dotcloud CLI? I'm working with 0.4.7 on my machine and can't seem to find a new version in pip/easy_install or online. However, in the tutorial for deploying django, It says to run the dotcloud…
JonMorehouse
  • 1,313
  • 6
  • 14
  • 34
0
votes
1 answer

dotcloud opa examples mongodb error

I've been trying to understand how to deploy Opa apps on dotcloud. The default app works, but the wiki example from the Opa docs fails to launch with: ==> /var/log/supervisor/opa.log <== [Opa] _no_name DbGen/Mongo/SynchroStart Db is ready [Opa]…
eyecreate
  • 1,017
  • 3
  • 14
  • 26
0
votes
1 answer

Deploying a Play! application on dotCloud, return code 137

I'm trying to deploy a Playframework 2.0 application on dotCloud using a "custom type" script" from play2-on-dotcloud. My dotcloud.yml looks like this: play: type: custom buildscript: dotcloud/builder ports: www: http process: ~/run …
ndeverge
  • 21,378
  • 4
  • 56
  • 85
0
votes
1 answer

Running bash script on server from django

Is there a way to run a bash script at /home/dotcloud/current/app_name from within django? The file I'm trying to run is there, but I'm getting an OS error saying the file doesn't exist. I think it is something to do with the environment that django…
Trent
  • 2,328
  • 3
  • 33
  • 51
0
votes
1 answer

missing packages on dotcloud

I actually want to load this ruby git repo on Dotcloud github com/danielweinmann/catarse with following guidelines for packages and dependencies https://github.com/danielweinmann/catarse/wiki/Installing-Catarse-on-Ubuntu-11.10-VMWare I am getting…
drupin
  • 1
0
votes
1 answer

pip upgrade on dotcloud push

Is it possible to force the builder to use the pip --upgrade flag when performing a push? I seem to have an issue where there is a dependency that isn't being upgraded. I have changed the dependency in my requirements.txt file to use a git…
Mark Unsworth
  • 3,027
  • 2
  • 20
  • 21
0
votes
1 answer

dotCloud custom node.js service nginx config

I setup a custom nodejs service using the https://github.com/dotcloud/node-on-dotcloud . But now it seems like it doesn't have nginx. How to setup nginx for a custom nodejs service?
andr111
  • 2,982
  • 11
  • 35
  • 45
0
votes
1 answer

How do I set up a postgresql database on Dotcloud?

I'm trying to upload a rails app to dotcloud. I'm getting this error: PG::Error (could not connect to server: No such file or directory Is the server running locally and accepting connections on Unix domain socket…
stephenmurdoch
  • 34,024
  • 29
  • 114
  • 189
0
votes
1 answer

Dotcloud Pseudo-terminal will not be allocated because stdin is not a terminal - ramen

I recently tried to push one of the php examples on dotcloud and I got the error below. I am not sure how to get it to allocate the pseudo-terminal... dotcloud push ramen ramen-on-dotcloud # upload ramen-on-dotcloud…
user1450018
0
votes
1 answer

When I add a custom domain, can I still access the old appname-xyzabc.dotcloud.com address?

When I add a domain alias to my DotCloud service, is the old appname-xyzabc.dotcloud.com address still available too? The reason I'd like to continue using it is for the SSL for internal API requests (from our mobile app).
jbroadway
  • 13
  • 5
0
votes
2 answers

How to get the UUID for a dotCloud application?

some PaaS providers have an APPLICATION_UUID env variable which is obviously unique (at least across their platform). Is there anything similar for DotCloud? I'm not finding anything like that in environment.json
Alexander Todorov
  • 2,167
  • 3
  • 14
  • 13
0
votes
1 answer

'npm install websocket' dying on push

I am trying to setup a WebSocket example on dotcloud... but I can't get a WS library to install with NPM. Here is my package.json: { "name": "wsdemo", "version": "1.0.0", "dependencies": { "websocket": "" } } When I call…
frosty
  • 21,036
  • 7
  • 52
  • 74
0
votes
1 answer

Is there any way to get the build number in the environment or at build-time for a php instance?

I am trying to get the build number available in the php instance. I will use it as a type of "cache-buster" for the static assets (css, js). Is there any way to get it at run time? If not, is there a way to get it at build time in the postinstall…
0
votes
1 answer

How do I deploy Riak on dotCloud?

How do I get a riak service started on dotcloud? I tried: data: riak It says the service is unrecognized.
kthakore
  • 1,566
  • 3
  • 17
  • 32
1 2 3
11
12