Repository: stratos Updated Branches: refs/heads/master d5f508620 -> a57a152d8
correcting cartridge type in single-cartridge app to php Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/a57a152d Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/a57a152d Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/a57a152d Branch: refs/heads/master Commit: a57a152d826a7d49ca48fbbf3bce125b49ccca72 Parents: d5f5086 Author: Isuru Haththotuwa <[email protected]> Authored: Wed Apr 29 10:13:23 2015 +0530 Committer: Isuru Haththotuwa <[email protected]> Committed: Wed Apr 29 10:13:23 2015 +0530 ---------------------------------------------------------------------- samples/applications/single-cartridge/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/a57a152d/samples/applications/single-cartridge/README.md ---------------------------------------------------------------------- diff --git a/samples/applications/single-cartridge/README.md b/samples/applications/single-cartridge/README.md index 7025dff..4c13b2c 100644 --- a/samples/applications/single-cartridge/README.md +++ b/samples/applications/single-cartridge/README.md @@ -2,7 +2,7 @@ single_cartridge ================ i) In this artifact sample you can find we have listed them as mock and openstack. -ii) In this sample artifact, it deployed simple tomcat cartridge and start it. +ii) In this sample artifact, it deployes simple application with a php cartridge and start it. iii) You can choose the IaaS and navigate to it and simply run the single_cartridge.sh file. It'll deploy the relevant artifacts and start the application.
