Posts

Showing posts from July, 2011

A first trial with DotCloud

DotCloud claims to be One Platform - Any Stack Cloud solution I decided to test it myself, read below. 1. Registration Very easy and quick! 2. Setup I used a Linux desktop (dream linux). I needed to install first Python´s ¨easy-install¨ which was missing.  2.1 Installing easy_install sudo apt-get update sudo apt-get install python-setuptools 2.2 Dotcloud API installation t elzur@dream:~/Downloads/dotcloud$ sudo easy_install pip && sudo pip install dotcloud Searching for pip Reading http://pypi.python.org/simple/pip/ Reading http://www.pip-installer.org Reading http://pip.openplans.org Best match: pip 1.0.1 Downloading http://pypi.python.org/packages/source/p/pip/pip-1.0.1.tar.gz#md5=28dcc70225e5bf925532abc5b087a94b Processing pip-1.0.1.tar.gz Running pip-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-XXryzJ/pip-1.0.1/egg-dist-tmp-f2uO_w warning: no files found matching '*.html' under directory 'docs' warning: no previously-inclu