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 ...

learn more… | top users | synonyms

1
vote
0answers
24 views

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 ...
0
votes
0answers
9 views

Node.js dotcloud app and private repo dependencies

I use several private dependencies in my node.js apps, how can I specify that dotcloud is pushing these dependencies from my local node_modules folder up to the app project and that the internal "npm ...
0
votes
0answers
12 views

After the recent CLI upgrade node.js app not running with bcrypt error

After the recent CLI upgrade/maintenance my node.js wont run, the bcrypt dependancy seems to be being installed for the wrong architecture (my own node_modules are excluded with .dotcloudignore) Does ...
0
votes
1answer
46 views

How to get the output from docker run -i

docker run normally returns the output of the command it runs. I need to pass some data to docker, run a command that processes the data, and return the output. When I use the -i option, no output is ...
1
vote
1answer
45 views

Trouble building mysql-python on dotcloud: needs distribute >= 0.6.28

I'm suddenly having trouble building my Python/Django app on dotcloud. It seems that MySQL-python needs distribute >= 0.6.28. My requirements.txt specifies distribute==0.6.36, but this is being ...
2
votes
1answer
34 views

How to setup supervisord on Elastic Beanstalk?

I am migrating from DotCloud to Elastic Beanstalk. Using DotCloud, they clearly explained how to set up Python Worker, and how to use supervisord. Moving to Elastic Beanstalk, I am lost on how I ...
0
votes
1answer
24 views

how to test django project on dotcloud without sandbox

I am developing a django project and I was going to deploy it on dotcloud. But I just noticed they just shut down the sandbox because they are going to open source it. So how can I test my django ...
0
votes
1answer
59 views

Dotcloud — separating primary and secondary web requests

I've got a web app deployed on Dotcloud where the data on each page can be quite expensive to calculate (many seconds). I want to make initial page loads as speedy as possible by returning cached ...
0
votes
0answers
58 views

How can I minimise connections with django-celery when using CloudAMQP through dotcloud?

After spending a few weeks getting django-celery-rabbitmq working on dotcloud I have discovered that dotcloud is no longer supporting rabbitmq. Instead they recommend CloudAMQP. So I've set up ...
1
vote
1answer
159 views

Firewall for the container in docker

How to know network interface of the container after running docker ? Requesting simple examples of setting firewall for the container in docker.
4
votes
1answer
309 views

Mounting directory from parent system to container in docker

How to mount directory from parent system to container in docker ?
0
votes
1answer
40 views

Change to git as the push protocol for dotcloud

I have an app that uses rsync to push. To use git, I went into .dotcloud/config and changed "push_branch": null, "push_protocol": "rsync" to "push_branch": "some_branch", ...
4
votes
1answer
274 views

When will Docker be launched?

I need a tool to encapsulate heterogeneous payloads in Standard Containers, and run them on any server with strong guarantees of isolation and repeatability. When will Docker be launched??
0
votes
0answers
20 views

dotcloud setup path error on windows 7

Has anyone been able to get dotcloud working on windows 7 yet? I was following guide on the main site link. After installing the the requirements I run dotcloud setup and I get the error ...
0
votes
0answers
27 views

An alternative REST api to dotcloud CLI 0.9

Is using the CLI, the only option to manage resources in dotCloud?. Or is there any upcoming REST api for this?
0
votes
2answers
85 views

django-admin.py and proper way to alter PYTHONPATH on Dotcloud?

I don't have a manage.py and use different settings for DJANGO_SETTINGS_MODULE and django-admin.py to switch between development and production environments. This is suggested both by Django docs and ...
0
votes
1answer
16 views

How to enable short_open_tags on DotCloud?

I'm migrating my code from another PaaS provider to DotCloud, but I got a small headache: I'm not finding in the documentation where I can change the php.ini settings to enable short open tags, ...
1
vote
1answer
39 views

smtp errors from dotcloud mail

I am trying to send mail through the dotcloud mailer service, via django. I am getting this error from my smtp host: Helo command rejected: need fully-qualified hostname (in reply to RCPT TO command ...
0
votes
2answers
60 views

chardet2 (?) issue when installing dotcloud on an Ubuntu 12.04

I just signed up for DotCloud and got this while installing the pip package. Tried to fiddle around and could not solve it. Running pip 1.2.1 under python 3.2. Sorry, I don't know bits of Python so ...
3
votes
0answers
527 views

gunicorn, nginx (v 1.3.14), django, and gevent-socket.io, on dotcloud

I am trying to deploy gunicorn + gevent behind nginx (v 1.3.14) on dotcloud. I have a few questions about it. I am aiming to adapt the python-on-dotcloud example. So far, I have not been able to ...
0
votes
1answer
148 views

ActiveRecord Postgres 8-10x slower on DotCloud (EC2) production vs Macbook air development

I have a Rails 3.2.12 app set up locally and on DotCloud. I'm seeing very slow ActiveRecord (postgres) performance on Dotcloud and can't work out why: Page Load Macbook Air (rails app in development ...
-1
votes
2answers
358 views

How to connect to remote mysql database using php (hosted on dotCloud)

I am unable to connect to my database residing on dotCloud. I tried: $mysqli = new mysqli($db_host, $db_user, $db_password, $db_name); and $mysqli = mysqli_connect($db_host, $db_user, ...
1
vote
2answers
36 views

Can I browse source/commits on dotcloud?

I've got Django app deployed on Dotcloud. Is there any way to browse my commits/source and use Dotcloud also as version-control system? Or I still need to store my code somewhere else. Thanks and ...
1
vote
0answers
72 views

Dotcloud + MongoDB and pymongo authenticantion failed

I have tried this code on my mongoshell in dotcloud but it is not authenticating the root user. dotcloud run data mongo use admin db.auth("root", "SecurePasswordGoesHere"); Error: { errmsg: "auth ...
0
votes
1answer
62 views

Run Python 2.7 by default in a Dotcloud custom service

I need to make Python 2.7 the default version of Python for running a Jenkins build server. I'm trying to use python_version to do this, but Python 2.6 remains the default version. I'm probably ...
0
votes
1answer
24 views

Specify PHP version with dotcloud

I have an application that requires PHP 5.3. Is it possible to specify what version of PHP to run?
0
votes
0answers
34 views

Deploying DataKit to DotCloud/Heroku

I do as the readme file in github.But I don't know how to run the it on these server. it says " Make sure you have node with npm and MongoDB running on your server. Setup your node project and install ...
1
vote
1answer
37 views

How destroy a service explicitly in dotcloud?

After removed a mondodb services from dotcloud.yml and push to dotcloud I have this warning: Warning: Service mongo is no longer in your dotcloud.yml, but will continue running until you destroy it ...
0
votes
1answer
73 views

“Out of memory” when I run a rake command on dotcloud

I'm trying to host a website on dotcloud. In my postinstall file I have this : cd /home/dotcloud/current && bundle exec rake db:migrate cd /home/dotcloud/current && bundle exec rake ...
1
vote
3answers
247 views

Hosting a nodejs server on dotcloud

I am trying to host a nodejs app on the hosting service "dotcloud". My nodejs uses the package "websocket" to handle communications. ie. npm install websocket My app works great when it's running on ...
0
votes
1answer
84 views

Using dotcloud and vagrant together

Has anyone thought about using dotcloud and vagrant together? It would be super sweet to be able to type "vagrant up" into a dotcloud application and have vagrant read from the dotcloud.yml file and ...
0
votes
1answer
69 views

Why do I get a login prompt when I deploy the django-celery example app on dotcloud?

I've been struggling to get the demo application in django-celery working on dotcloud. I have looked at the tutorial at http://docs.dotcloud.com/0.9/tutorials/python/django-celery/ but it isn't a ...
-2
votes
2answers
138 views

MongoDB in the cloud hosting, benefits

Im still fighting with mongoDB and I think this war will end is not soon. My database has a size of 15.95 Gb; Objects - 9963099; Data Size - 4.65g; Storage Size - 7.21g; Extents - 269; Indexes - ...
0
votes
3answers
57 views

How to force the nodejs on dotcloud to use only HTTPS?

By default dotcloud allows me to access my node instance via HTTPS, but i should allow only the HTTPS and forward every HTTP request to HTTPS. How should I do it on dotcloud platform? Thanks in ...
0
votes
2answers
99 views

Asynchronous events to worker process for Django app

In my Django web app, I have a worker program that is a client of a rate-limited API and is responsible for handling all requests to that API from my server threads. I use my database to store the ...
0
votes
1answer
67 views

Using different production and staging requirements files on dotcloud

I am trying to use a prebuild hook to install separate requirements for a Django project in development and production on Dotcloud (really just a couple of debug packages left out in production). ...
0
votes
1answer
74 views

Api key on dotcloud missing

I Have installed dotcloud.cli on windows. I want to deploy my django app to dotcloud but i need an api key to setup go on. Apparently the api key is supposed to be under settings in my dotcloud ...
1
vote
2answers
275 views

dotcloud celery permission denied

I am attempting to use celery in my django application so that I can run a background process that imports a CSV file into the one of my models databases. This works fine on my local machine running a ...
0
votes
1answer
67 views

dotCloud nginx.conf: how to get the “index index.php” directive to work?

I got auth to work by "pushing" an nginx.conf file in the application directory, so I know the file works, but /app will not trigger /app/php.index. I can't get nginx working on my vista laptop ...
0
votes
1answer
147 views

Smartfoxserver 2X linux 64 running on EC2 via dotcloud - how to install?

I am currently trying to deploy smartfoxserver 2X on EC2 using dotcloud. I have been able to detect the private ip of the amazon web instance, and using the dotcloud tools I have been able to ...
0
votes
1answer
58 views

How should I handle wsgi killing thread with postgre in dotcloud?

I've deployed a django app with a multithreading module to dotcloud. This thread is putting some slow stuff to DB (usually it takes about 3-5 seconds). When I test it in my virtual enviornment - all ...
1
vote
1answer
56 views

How do I run simple perl script on dotcloud, i.e. not psgi standard

For the record I don't really know perl. I've deployed Rails apps on dotcloud. Here is what I am trying to do; Currently I work for a SaaS. We run scripts (perl/python/php) on an external shared ...
0
votes
1answer
183 views

nodejs/mongoose authentication issue on dotcloud

I'm using node.js with mongoose which cannot connect to the DB failing with authentication issue. Using the connection env variable uri: ...
0
votes
1answer
31 views

Push to dotcloud with “/” in branch name

I've been attempting to push to dotcloud using: dotcloud push --git -b tim/feature-name However, it says that it's unable to find branch "feature-name" I ended up creating a workaround for my ...
3
votes
1answer
69 views

Python on Dotcloud Crashes on certain functions

so I'm running a flask python app on dotcloud, and I'm basically trying to hash a password (using hashlib.sha512; the salt is uuid.uuid4().bytes). user_dict['salt'] = uuid.uuid4().bytes ...
0
votes
1answer
44 views

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 ...
1
vote
1answer
93 views

Serve media files with a static service. Dotcloud

I'm trying to serve the media and static files of my django app with a static service on dotcloud ...
0
votes
1answer
113 views

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 ...
0
votes
1answer
228 views

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, ...
0
votes
1answer
121 views

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 ...

1 2 3 4