Skip to content

Instantly share code, notes, and snippets.

@kanakdeep
Created July 25, 2012 23:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kanakdeep/3179421 to your computer and use it in GitHub Desktop.
Save kanakdeep/3179421 to your computer and use it in GitHub Desktop.
yaml and push
ganesh@shreeganesh /cygdrive/f/projects/local
$ dotcloud push catarse
# upload /cygdrive/f/projects/local ssh://dotcloud@uploader.dotcloud.com:443/catarse
# git
Warning: Permanently added '[uploader.dotcloud.com]:443,[184.73.62.194]:443' (RSA) to the list of known hosts.
Counting objects: 5, done.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 296 bytes, done.
Total 3 (delta 2), reused 0 (delta 0)
To ssh://dotcloud@uploader.dotcloud.com:443/catarse
59e1d42..8f38842 master -> master
22:22:23 ---> Deploy of "catarse" scheduled for revision git-8f38842 at 2012-07-25 22:22:23
22:22:23 ---> Could not parse dotcloud.yml: Expected a type dictionary but got a type string in "dotcloud.yml", line 6, column 4
Deployment finished. Your application is available at the following URLs
error: No URL found.
-----------------------------------
dotcloud.yml
www:
type: ruby
db:
type: postgresql
systempackages:
- curl
- build-essential
- libssl-dev
- zlib1g
- zlib1g-dev
- imagemagick
- libmagickwand-dev
- rubygems
- postgresql
- openssl
- libreadline6
- libreadline6-dev
- git-core
- libyaml-dev
- libsqlite3-dev
- sqlite3
- libxml2-dev
- libxslt1-dev
- autoconf
- libc6-dev
- libncurses-dev
- automake
- libtool
- bison
- subversion
- libpq-dev
- postgresql-server-dev-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment