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

django with dotcloud: part of URL skipped

This is a Django site, migrated to Dotcloud through this documentation. I have an issue with my URLs: I cannot access my admin part, and the root URL that is not supposed to be matched matches ! Let me explain in detail: root/ |- settings.py |-…
Emmanuel
  • 13,935
  • 12
  • 50
  • 72
0
votes
1 answer

Redirecting from subdomain to folder on Dotcloud

Is it possible to redirect from a subdomain to a folder using the application nginx.conf on Dotcloud? I want to redirect http://blog.domain.com to http://www.domain.com/blog I may be wrong but as I understand the content of the application level…
Mark Unsworth
  • 3,027
  • 2
  • 20
  • 21
0
votes
1 answer

Serve static files with Nginx and custom service. Dotcloud

I deployed my Django app on Dotcloud. I'm using websockets with Gevent and django-socketio, so I used a custom service. For now, I'm still using 'runserver_socketio' in order to make it works. Now, I would like to use Nginx to serve my static files.…
Marcolac
  • 901
  • 4
  • 14
  • 27
0
votes
1 answer

Database Error on Dotcloud, Postgres Django

I'm deploying my django app with Dotcloud. I use Postgres as DB. I had a new model to my app, and I wanted to flush and syncdb the db. Everything works find when I do it. My new model, named 'Competition' appears in my admin. The problem is that an…
Juliette Dupuis
  • 1,027
  • 2
  • 13
  • 22
0
votes
2 answers

Setting NewRelic environment on Dotcloud (Python)

I have a Python application that is set up using the new New Relic configuration variables in the dotcloud.yml file, which works fine. However I want to run a sandbox instance as a test/staging environment, so I want to be able to set the…
Mark Unsworth
  • 3,027
  • 2
  • 20
  • 21
0
votes
2 answers

Having an issue upgrading dotcloud cli

Following the instructions here: http://docs.dotcloud.com/0.9/guides/migration/ When I ran sudo pip install -U dotcloud Downloading/unpacking dotcloud Downloading dotcloud-0.9.2.tar.gz Running setup.py egg_info for package…
John Lee
  • 1,241
  • 2
  • 16
  • 29
0
votes
1 answer

Deployment specific files in NodeJS

I am running my NodeJS project on DotCloud. Sadly, DotClouds deployment is "project-intrusive" that is it requires a supervisord.conf file to reside in the app-root. My deployment setup looks like this (using git…
Andreas Selenwall
  • 5,705
  • 11
  • 45
  • 58
0
votes
2 answers

DotCloud: Application Not Responding

I am trying to see dotcloud actually work and I have not been able to get it to work. I cloned and pushed https://github.com/sebm/MongoPop.git I added a dotcloud.yml api: type: nodejs mongo: type: mongodb because it didn't seem to push…
0
votes
1 answer

Dependencies issue on dotCloud

I have an issue while deploying my nodejs app on dotCloud regarding the dependencies. This app use node-canvas (https://github.com/LearnBoost/node-canvas) to generate a thumbnail of the sheet music (related to the music sheets available on…
arthur
  • 950
  • 1
  • 5
  • 18
0
votes
1 answer

Nginx + NodeJS + MongoDB at DotCloud

I would like to know about your experiences regarding this setup at DotCloud, and other experiences about each one generally. My questions are, How does it scale? What is Nginx role in this setup, just for request dispatching or does it also…
Andreas Selenwall
  • 5,705
  • 11
  • 45
  • 58
0
votes
0 answers

Cannot import name get_date_formats - Django and Dotcloud Problems

I was cleaning my Documents folder and renamed the folder containing all the python/html files for the application. I edited an HTML file, pushed to dotcloud, and the application is down. Does anyone know a why to fix this? I've already tried…
user1576866
  • 683
  • 1
  • 5
  • 7
0
votes
1 answer

dotcloud - google apps email configuration

I've checked out dotcloud, it seems quite promising. I use google apps for my email, so it is very important for me to be able to set up my MX records to point to gmail servers. I want to know if this is possible with dotcloud, I tried searching for…
nikhil
  • 8,925
  • 21
  • 62
  • 102
0
votes
2 answers

Convert dotcloud sandbox flavor to live flavor?

Is there any way to convert an existing "sandbox" dotcloud deployment to a "live" flavor? Or do I have to destroy and recreate it? There are two reasons I want to do this: 1) preserve the old name of my app ... i.e. the subdomain on…
slinkp
  • 3,406
  • 2
  • 21
  • 18
0
votes
1 answer

Dotcloud nodejs supervisord.conf not working

I've been trying to get my nodejs server process to be monitored by supervisor, however I'm having issues getting supervisord.conf to work. When I deploy, I get the following error: WARNING: The service crashed at startup or is listening to the…
blackbourna
  • 1,223
  • 2
  • 16
  • 29
0
votes
1 answer

Where is my deployed servlet? (dotcloud, java)

I've just tried dotcloud, and i wanted to run a java servlet on it, so i've exported the servlet to war, and deployed on dotcloud... The welcome html is accessible, but the servlet itself isn't. I've tried every combination of path, but always 404…
user1629074