Trying to deploy site...

2008-12-16 Thread Kent Närling
I am trying to deploy a project site, but it seems that the deployment possibilities are very limited? eg. I am trying this: distributionManagement site idproject-site/id urlscp://localhost/home/admin/test/url /site /distributionManagement But then I get: Embedded error:

Re: Trying to deploy site...

2008-12-16 Thread Mick Knutson
scp is using ssh so you need a key generated. If you are building and deploying locally, try to just stage the site to the directory you want. site-stage --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring Agile Consulting p. (866) BLiNC-411:

Re: Trying to deploy site...

2008-12-16 Thread Kent Närling
So, you are saying that only signature/key-based SSH works with deployment? not simply username+password? (that was what I tried) I do make site-stage too, just wanted to test the first deployment against a port-forwarded port to another host ... //Kent 2008/12/16 Mick Knutson

Re: Trying to deploy site...

2008-12-16 Thread Mick Knutson
You could try the ftp deployment instead of scp, that might work. But if you are staying local, use site-stage will solve your issue. if not local to the box, then you need a deployment declaration like you are using. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise