0

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 this output so far with dotcloud.yml included below

https://gist.github.com/3179421

drupin @ freenode

drupin
  • 1

1 Answers1

1

The whole systempackages: section should be indented; e.g.::

www:
  type: python
  systempackages:
    - foo
    - bar
    - libquux
jpetazzo
  • 14,874
  • 3
  • 43
  • 45