working archetype, plus notes
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/84cb713a Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/84cb713a Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/84cb713a Branch: refs/heads/0.6.0 Commit: 84cb713a36a5929fd0cdc4464dc218ca32cce396 Parents: 4070ad2 Author: Alex Heneveld <[email protected]> Authored: Thu Sep 19 21:22:41 2013 +0100 Committer: Alex Heneveld <[email protected]> Committed: Tue Sep 24 14:40:32 2013 +0100 ---------------------------------------------------------------------- docs/use/guide/defining-applications/common-usage.md | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/84cb713a/docs/use/guide/defining-applications/common-usage.md ---------------------------------------------------------------------- diff --git a/docs/use/guide/defining-applications/common-usage.md b/docs/use/guide/defining-applications/common-usage.md index 8da4973..3444a2e 100644 --- a/docs/use/guide/defining-applications/common-usage.md +++ b/docs/use/guide/defining-applications/common-usage.md @@ -43,6 +43,8 @@ These include: ### <a id="locations"></a> Off-the-Shelf Locations +<a id="locations"></a> + Brooklyn supports deploying to any machine which admits SSH access, as well as to a huge variety of external and on-premise clouds. You can also connect to services, or use whatever technique for deployment suits you best (such as Xebia Overthere, in development!).
