You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ariatosca.apache.org by ar...@apache.org on 2017/11/13 14:49:27 UTC

incubator-ariatosca-website git commit: Fixing semicolumn issue with Getting started page

Repository: incubator-ariatosca-website
Updated Branches:
  refs/heads/master f9fff938a -> 512238c9d


Fixing semicolumn issue with Getting started page


Project: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/commit/512238c9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/tree/512238c9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/diff/512238c9

Branch: refs/heads/master
Commit: 512238c9d282961a233425fd2cf1eb166112b54b
Parents: f9fff93
Author: rtpro <rt...@gmail.com>
Authored: Mon Nov 13 16:49:08 2017 +0200
Committer: rtpro <rt...@gmail.com>
Committed: Mon Nov 13 16:49:08 2017 +0200

----------------------------------------------------------------------
 gettingstarted.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ariatosca-website/blob/512238c9/gettingstarted.md
----------------------------------------------------------------------
diff --git a/gettingstarted.md b/gettingstarted.md
index fa7e095..5a02dfb 100644
--- a/gettingstarted.md
+++ b/gettingstarted.md
@@ -72,22 +72,22 @@ Getting Started
 This section will describe how to run a simple "Hello World" example.
 
 First, provide ARIA with the ARIA "hello world"(can be downloaded [here](https://github.com/apache/incubator-ariatosca/tree/master/examples/hello-world)) service-template and name it (e.g.
-``my-service-template``)::
+``my-service-template``):
 
     aria service-templates store examples/hello-world/helloworld.yaml my-service-template
 
-Now create a service based on this service-template and name it (e.g. ``my-service``)::
+Now create a service based on this service-template and name it (e.g. ``my-service``):
 
     aria services create my-service -t my-service-template
 
-Finally, start an ``install`` workflow execution on ``my-service`` like so::
+Finally, start an ``install`` workflow execution on ``my-service`` like so:
 
     aria executions start install -s my-service
 
 You should now have a simple web-server running on your local machine. You can try visiting
 ``http://localhost:9090`` to view your deployed application.
 
-To uninstall and clean your environment, follow these steps::
+To uninstall and clean your environment, follow these steps:
 
     aria executions start uninstall -s my-service
     aria services delete my-service
@@ -106,9 +106,9 @@ Sample install/command files for different ARIA releases
 
 0.1.1                                                                                                                                          
 -----                                                                                                                                          
-                                                                                                                                               
+
 [Ubuntu 16.04](https://github.com/apache/incubator-ariatosca-website/samples/Ubuntu/ubuntu1604_aria011)                                        
-                                                                                                                                               
+
 [CenOS 7](https://github.com/apache/incubator-ariatosca-website/samples/CentOS/centos7_aria011)                                                
-                                                                                                                                               
-Docker  TBD
\ No newline at end of file
+
+Docker  TBD