Adding line breaks to the readme.md file
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/1e8c640f Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/1e8c640f Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/1e8c640f Branch: refs/heads/master Commit: 1e8c640f728d350958320108ea21261b73acaf45 Parents: 1fd7270 Author: Vishanth <[email protected]> Authored: Wed May 13 10:40:37 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Wed May 13 11:03:16 2015 +0530 ---------------------------------------------------------------------- .../README.md | 32 ++++++------- .../complex/tomcat-single-signon/README.md | 22 ++++----- .../complex/wordpress-app/README.md | 24 +++++----- .../nested/complex-app-with-lb/README.md | 38 +++++++-------- .../README.md | 38 +++++++-------- .../five-levels-nested-groups-app/README.md | 50 ++++++++++---------- .../single-level-nested-group-app/README.md | 28 +++++------ .../single-level-nested-groups-app/README.md | 36 +++++++------- .../scaling/app-bursting-pattern/README.md | 24 +++++----- .../sample-cartridges/README.md | 22 ++++----- .../dependent-scaling/sample-groups/README.md | 26 +++++----- .../group-scaling/group-scaling-app/README.md | 30 ++++++------ .../group-scaling/group-scaling-v1/README.md | 24 +++++----- .../single-group-group-scaling/README.md | 22 ++++----- .../simple/single-cartridge-app/README.md | 20 ++++---- .../simple/single-group-app/README.md | 26 +++++----- 16 files changed, 231 insertions(+), 231 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md index 732fd9b..9b9357b 100644 --- a/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md +++ b/samples/applications/complex/php-tomcat-group-postgres-mysql-group-esb/README.md @@ -9,28 +9,28 @@ By running this sample, this particular scenario can be simulated. Application View ---------------- -my-compositeapp (php-tomcat-group-postgres-mysql-group-esb) --- my-compositeapp-1 --- -- my-esb --- -- my-dbgroup --- -- -- my-postgres --- -- -- my-mysql --- -- my-appgroup --- -- -- my-tomcat --- -- -- my-php +my-compositeapp (php-tomcat-group-postgres-mysql-group-esb) <br /> +-- my-compositeapp-1 <br /> +-- -- my-esb <br /> +-- -- my-dbgroup <br /> +-- -- -- my-postgres <br /> +-- -- -- my-mysql <br /> +-- -- my-appgroup <br /> +-- -- -- my-tomcat <br /> +-- -- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/tomcat-single-signon/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/complex/tomcat-single-signon/README.md b/samples/applications/complex/tomcat-single-signon/README.md index 20501dc..3340ec2 100644 --- a/samples/applications/complex/tomcat-single-signon/README.md +++ b/samples/applications/complex/tomcat-single-signon/README.md @@ -18,23 +18,23 @@ https://github.com/apache/stratos/tree/master/tools/docker-images/cartridge-dock Application view ---------------- -tomcat-single-signon --- tomcat-single-signon-1 --- -- mytomcat3 --- -- mywso2is +tomcat-single-signon <br /> +-- tomcat-single-signon-1 <br /> +-- -- mytomcat3 <br /> +-- -- mywso2is <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/complex/wordpress-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/complex/wordpress-app/README.md b/samples/applications/complex/wordpress-app/README.md index e5282f2..c85aba0 100644 --- a/samples/applications/complex/wordpress-app/README.md +++ b/samples/applications/complex/wordpress-app/README.md @@ -6,24 +6,24 @@ is active. Group scaling has been disabled in MySQL, PHP group. Application View ---------------- -wordpress --- wordpress-1 --- -- mysql-php-group --- -- -- my-php --- -- -- my-mysql +wordpress <br /> +-- wordpress-1 <br /> +-- -- mysql-php-group <br /> +-- -- -- my-php <br /> +-- -- -- my-mysql <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/complex-app-with-lb/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/nested/complex-app-with-lb/README.md b/samples/applications/nested/complex-app-with-lb/README.md index 057f8de..16df3af 100644 --- a/samples/applications/nested/complex-app-with-lb/README.md +++ b/samples/applications/nested/complex-app-with-lb/README.md @@ -4,31 +4,31 @@ This is a complex application with a load balancer. Application View ---------------- -complex-app-with-lb --- complex-app-with-lb-1 --- -- my-tomcat --- -- my-stratos-lb --- -- my-group8 --- -- -- my-tomcat2-group8 --- -- -- my-group9 --- -- -- -- my-tomcat1-group9 --- -- my-group6 --- -- -- my-tomcat2-group6 --- -- -- my-group7 --- -- -- -- my-tomcat1-group7 +complex-app-with-lb <br /> +-- complex-app-with-lb-1 <br /> +-- -- my-tomcat <br /> +-- -- my-stratos-lb <br /> +-- -- my-group8 <br /> +-- -- -- my-tomcat2-group8 <br /> +-- -- -- my-group9 <br /> +-- -- -- -- my-tomcat1-group9 <br /> +-- -- my-group6 <br /> +-- -- -- my-tomcat2-group6 <br /> +-- -- -- my-group7 <br /> +-- -- -- -- my-tomcat1-group7 <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md index 18fdb2a..7705c02 100644 --- a/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md +++ b/samples/applications/nested/esb-php-nested-with-esb-php-nested-with-mysql-php-app/README.md @@ -4,31 +4,31 @@ This is a complex nested application with three levels of groups and cartridge. Application View ---------------- -my-esb-php-nested-with-esb-php-nested-with-mysql-php-app --- esb --- php --- esb-php-nested-with-esb-php-nested-with-mysql-php --- -- esb --- -- php --- -- esb-php-nested-with-mysql-php --- -- -- esb --- -- -- php --- -- -- mysql-php --- -- -- -- mysql --- -- -- -- php +my-esb-php-nested-with-esb-php-nested-with-mysql-php-app <br /> +-- esb <br /> +-- php <br /> +-- esb-php-nested-with-esb-php-nested-with-mysql-php <br /> +-- -- esb <br /> +-- -- php <br /> +-- -- esb-php-nested-with-mysql-php <br /> +-- -- -- esb <br /> +-- -- -- php <br /> +-- -- -- mysql-php <br /> +-- -- -- -- mysql <br /> +-- -- -- -- php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/five-levels-nested-groups-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/nested/five-levels-nested-groups-app/README.md b/samples/applications/nested/five-levels-nested-groups-app/README.md index f61ca94..226e245 100644 --- a/samples/applications/nested/five-levels-nested-groups-app/README.md +++ b/samples/applications/nested/five-levels-nested-groups-app/README.md @@ -4,37 +4,37 @@ This application consists of five levels of cartridge groups with tomcat and php Application View ---------------- -n-level-nesting (five-levels-nested-groups-app) --- n-level-nesting-1 --- -- n-level-nesting-group --- -- -- level-one-group --- -- -- -- level-one-group-tomcat --- -- -- -- level-one-group-esb --- -- -- -- level-two-group --- -- -- -- -- level-two-group-tomcat --- -- -- -- -- level-two-group-esb --- -- -- -- -- level-three-group --- -- -- -- -- -- level-three-group-tomcat --- -- -- -- -- -- level-three-group-esb --- -- -- -- -- -- level-four-group --- -- -- -- -- -- -- level-four-group-tomcat --- -- -- -- -- -- -- level-four-group-esb --- -- -- -- -- -- -- level-five-group --- -- -- -- -- -- -- -- level-five-group-tomcat --- -- -- -- -- -- -- -- level-five-group-esb +n-level-nesting (five-levels-nested-groups-app) <br /> +-- n-level-nesting-1 <br /> +-- -- n-level-nesting-group <br /> +-- -- -- level-one-group <br /> +-- -- -- -- level-one-group-tomcat <br /> +-- -- -- -- level-one-group-esb <br /> +-- -- -- -- level-two-group <br /> +-- -- -- -- -- level-two-group-tomcat <br /> +-- -- -- -- -- level-two-group-esb <br /> +-- -- -- -- -- level-three-group <br /> +-- -- -- -- -- -- level-three-group-tomcat <br /> +-- -- -- -- -- -- level-three-group-esb <br /> +-- -- -- -- -- -- level-four-group <br /> +-- -- -- -- -- -- -- level-four-group-tomcat <br /> +-- -- -- -- -- -- -- level-four-group-esb <br /> +-- -- -- -- -- -- -- level-five-group <br /> +-- -- -- -- -- -- -- -- level-five-group-tomcat <br /> +-- -- -- -- -- -- -- -- level-five-group-esb <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/single-level-nested-group-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/nested/single-level-nested-group-app/README.md b/samples/applications/nested/single-level-nested-group-app/README.md index e148d97..566ba07 100644 --- a/samples/applications/nested/single-level-nested-group-app/README.md +++ b/samples/applications/nested/single-level-nested-group-app/README.md @@ -4,26 +4,26 @@ This application consists of a nested group which is a group inside a group. Application view ---------------- -nested-group-app (single-level-nested-group-app) --- nested-group-app-1 --- -- my-tomcat --- -- my-group6 --- -- -- my-tomcat2-group6 --- -- -- my-group7 --- -- -- -- my-tomcat1-group7 +nested-group-app (single-level-nested-group-app) <br /> +-- nested-group-app-1 <br /> +-- -- my-tomcat <br /> +-- -- my-group6 <br /> +-- -- -- my-tomcat2-group6 <br /> +-- -- -- my-group7 <br /> +-- -- -- -- my-tomcat1-group7 <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/nested/single-level-nested-groups-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/nested/single-level-nested-groups-app/README.md b/samples/applications/nested/single-level-nested-groups-app/README.md index 141a8a2..03c16fc 100644 --- a/samples/applications/nested/single-level-nested-groups-app/README.md +++ b/samples/applications/nested/single-level-nested-groups-app/README.md @@ -4,30 +4,30 @@ This application consists of two nested groups in the same level. Application view ---------------- -complex-app (single-level-nested-groups-app) --- complex-app-1 --- -- mytomcat --- -- my-group8 --- -- -- my-tomcat2-group8 --- -- -- my-group9 --- -- -- -- my-tomcat1-group9 --- -- my-group6 --- -- -- my-tomcat2-group6 --- -- -- my-group7 --- -- -- -- my-tomcat1-group7 +complex-app (single-level-nested-groups-app) <br /> +-- complex-app-1 <br /> +-- -- mytomcat <br /> +-- -- my-group8 <br /> +-- -- -- my-tomcat2-group8 <br /> +-- -- -- my-group9 <br /> +-- -- -- -- my-tomcat1-group9 <br /> +-- -- my-group6 <br /> +-- -- -- my-tomcat2-group6 <br /> +-- -- -- my-group7 <br /> +-- -- -- -- my-tomcat1-group7 <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/app-bursting-pattern/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/app-bursting-pattern/README.md b/samples/applications/scaling/app-bursting-pattern/README.md index 96237ff..1d33f55 100644 --- a/samples/applications/scaling/app-bursting-pattern/README.md +++ b/samples/applications/scaling/app-bursting-pattern/README.md @@ -4,24 +4,24 @@ App Bursting Pattern Application Application view ---------------- -app-bursting-pattern-app --- app-bursting-pattern-app-1 --- -- my-php --- app-bursting-pattern-app-2 --- -- my-php +app-bursting-pattern-app <br /> +-- app-bursting-pattern-app-1 <br /> +-- -- my-php <br /> +-- app-bursting-pattern-app-2 <br /> +-- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md index 7100e99..ab97563 100644 --- a/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md +++ b/samples/applications/scaling/dependent-scaling/sample-cartridges/README.md @@ -3,23 +3,23 @@ Dependent Scaling With Cartridges Application Application View ---------------- -dependency-scaling-cartridges-app (sample-cartridges) --- dependency-scaling-cartridges-app1 --- -- my-tomcat --- -- my-php +dependency-scaling-cartridges-app (sample-cartridges) <br /> +-- dependency-scaling-cartridges-app1 <br /> +-- -- my-tomcat <br /> +-- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/dependent-scaling/sample-groups/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/dependent-scaling/sample-groups/README.md b/samples/applications/scaling/dependent-scaling/sample-groups/README.md index 02f220c..a7211ce 100644 --- a/samples/applications/scaling/dependent-scaling/sample-groups/README.md +++ b/samples/applications/scaling/dependent-scaling/sample-groups/README.md @@ -3,25 +3,25 @@ Dependent Scaling With Groups Application Application View ---------------- -dependency-scaling-groups-app (sample-groups) --- dependency-scaling-groups-app-1 --- -- my-tomcat --- -- my-esb-php-group --- -- -- my-esb --- -- -- my-php +dependency-scaling-groups-app (sample-groups) <br /> +-- dependency-scaling-groups-app-1 <br /> +-- -- my-tomcat <br /> +-- -- my-esb-php-group <br /> +-- -- -- my-esb <br /> +-- -- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/group-scaling-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/group-scaling-app/README.md b/samples/applications/scaling/group-scaling/group-scaling-app/README.md index 331dad3..6931aeb 100644 --- a/samples/applications/scaling/group-scaling/group-scaling-app/README.md +++ b/samples/applications/scaling/group-scaling/group-scaling-app/README.md @@ -3,27 +3,27 @@ Group Scaling Application view ---------------- -group-scaling --- group-scaling-1 --- -- my-c4 --- -- my-group1 --- -- -- my-c1-group1 --- -- -- my-group2 --- -- -- -- my-c2-group2 --- -- -- -- my-c3-group2 +group-scaling <br /> +-- group-scaling-1 <br /> +-- -- my-c4 <br /> +-- -- my-group1 <br /> +-- -- -- my-c1-group1 <br /> +-- -- -- my-group2 <br /> +-- -- -- -- my-c2-group2 <br /> +-- -- -- -- my-c3-group2 <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/group-scaling-v1/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md index 561514b..5bb490d 100644 --- a/samples/applications/scaling/group-scaling/group-scaling-v1/README.md +++ b/samples/applications/scaling/group-scaling/group-scaling-v1/README.md @@ -3,24 +3,24 @@ Group Scaling v1 Application view ---------------- -group-scaling-v1 --- group-scaling-v1-1 --- -- my-group2 --- -- -- my-c3 --- -- -- my-c2 +group-scaling-v1 <br /> +-- group-scaling-v1-1 <br /> +-- -- my-group2 <br /> +-- -- -- my-c3 <br /> +-- -- -- my-c2 <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md index 1177f4c..e6aff9d 100644 --- a/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md +++ b/samples/applications/scaling/group-scaling/single-group-group-scaling/README.md @@ -4,23 +4,23 @@ single-group-group-scaling Application view ---------------- -single-group-group-scaling --- single-group-group-scaling-1 --- -- my-group6 --- -- -- my-tomcat +single-group-group-scaling <br /> +-- single-group-group-scaling-1 <br /> +-- -- my-group6 <br /> +-- -- -- my-tomcat <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/simple/single-cartridge-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-cartridge-app/README.md b/samples/applications/simple/single-cartridge-app/README.md index 2fbbb1e..5f2541a 100644 --- a/samples/applications/simple/single-cartridge-app/README.md +++ b/samples/applications/simple/single-cartridge-app/README.md @@ -4,22 +4,22 @@ A simple application with a php cartridge. Application view ---------------- -single-cartridge-app --- single-cartridge-app-1 --- -- my-php +single-cartridge-app <br /> +-- single-cartridge-app-1 <br /> +-- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh \ No newline at end of file +cd scripts/<iaas>/ <br /> +./undeploy.sh <br /> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/stratos/blob/1e8c640f/samples/applications/simple/single-group-app/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-group-app/README.md b/samples/applications/simple/single-group-app/README.md index a618174..816e422 100644 --- a/samples/applications/simple/single-group-app/README.md +++ b/samples/applications/simple/single-group-app/README.md @@ -4,25 +4,25 @@ An application with a tomcat cartridge and a cartridge group which consists of e Application view ---------------- -single-group-app --- cartridge-group-app-1 --- -- my-tomcat --- -- my-esb-php-group --- -- -- my-esb --- -- -- my-php +single-group-app <br /> +-- cartridge-group-app-1 <br /> +-- -- my-tomcat <br /> +-- -- my-esb-php-group <br /> +-- -- -- my-esb <br /> +-- -- -- my-php <br /> Application folder structure ---------------------------- --- artifacts/<iaas>/ IaaS specific artifacts --- scripts/common/ Common scripts for all iaases --- scripts/<iaas> IaaS specific scripts +-- artifacts/<iaas>/ IaaS specific artifacts <br /> +-- scripts/common/ Common scripts for all iaases <br /> +-- scripts/<iaas> IaaS specific scripts <br /> How to run ---------- -cd scripts/<iaas>/ -./deploy.sh +cd scripts/<iaas>/ <br /> +./deploy.sh <br /> How to undeploy --------------- -cd scripts/<iaas>/ -./undeploy.sh +cd scripts/<iaas>/ <br /> +./undeploy.sh <br />
