Where do you put the dotcloud.yml file?

Go To StackoverFlow.com

0

I have no idea what I'm doing -

Where do I put the dotcloud.yml file?

There isn't much help on this for people who don't knwo what they're doing. Insturcitons just say create the file.... where do you put it? In my pictures? In my documents? In a new folder called "pics of mj" on my desktop?

2012-04-04 22:49
by Andrew Samuelsen
and then how do you upload that to dotcloud with the command line - Andrew Samuelsen 2012-04-04 22:53


3

The dotcloud.yml file will generally be located in the directory containing the code of the application that you want to deploy on dotCloud.

I would recommend to check the dotCloud tutorials, e.g. http://docs.dotcloud.com/firststeps/quickstart/ ; I think it will explain all you need to know :-)

If you are referring to a specific guide or tutorial, don't hesitate to mention which one—if it's a doc maintained by dotCloud, they will certainly update it!

2012-04-04 23:42
by jpetazzo
Hi. Thanks. That tutorial doesn't indicate where the dotcloud.yml file goes... it simply says to create it then push the project. Where exactly on my computer do I put the dotcloud.yml file, and then how do I indicate the folder to push to dotcloud? Thank - Andrew Samuelsen 2012-04-05 02:38
We've added an additional section to the dotCloud documentation which talks about the dotcloud.yml file in greater detail. http://docs.dotcloud.com/guides/build-file - johncosta 2013-07-26 15:36


0

Probably in the root of your app/project directory, that's where I have a config.yml in a Ruby project. You can see an example of an yml file in the repo linked below.

https://github.com/ramaze/ramaze

I'm unfortunately not familiar with that deployment platform? So I'm not sure what the zoom command would do in that prompt.

For ruby it looks like the deploy command is dotcloud push [foldername] in the prompt.

http://docs.dotcloud.com/services/ruby/

2012-04-04 22:54
by Christopher Marshall
Pushing after you add the project of course - Christopher Marshall 2012-04-04 22:56


0

There is a hint in the dotcloud.yml docs, but you're right, we need to make the location more explicit.

The dotcloud.yml file must go at the root of your source tree.

2013-06-12 15:29
by Andy
Ads