You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/09/28 15:15:21 UTC

[49/69] [abbrv] stratos git commit: Modifying README files

Modifying README files


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2c130c16
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2c130c16
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2c130c16

Branch: refs/heads/stratos-4.1.x
Commit: 2c130c1624b3946c2d5c93c144b5bf666e20a535
Parents: 22dbec4
Author: Thanuja <th...@wso2.com>
Authored: Wed Sep 23 17:20:28 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Sep 28 18:44:18 2015 +0530

----------------------------------------------------------------------
 extensions/das/metering-service/capps/README.md      | 6 ++++--
 extensions/das/metering-service/spark-udfs/README.md | 2 ++
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/2c130c16/extensions/das/metering-service/capps/README.md
----------------------------------------------------------------------
diff --git a/extensions/das/metering-service/capps/README.md b/extensions/das/metering-service/capps/README.md
index 47adc9a..d424ea0 100644
--- a/extensions/das/metering-service/capps/README.md
+++ b/extensions/das/metering-service/capps/README.md
@@ -1,5 +1,7 @@
+# Apache Stratos Metering Dashboard
+
 This directory contains Composite Applications (CApps) required for Stratos Metering Service. It includes all Event Stream, Event receiver, Even Store, Gadgets and Dashboard artifacts bundle inside the car file.
 Follow the below steps to generate the metering dashboard:
-1. Add the jaggery files which can be found inside directory 'JaggeryFiles' to inside server path '/jaggeryapps/portal/controllers/apis'
-2. Create MySQL data tables using queries in 'mysqlscript.txt'
+1. Add the jaggery files which can be found inside directory 'jaggery-files' to inside server path '/jaggeryapps/portal/controllers/apis'
+2. Create MySQL data tables using queries in 'mysqlscript.sql'
 3. Add the car file to server to generate the metering dashboard.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/stratos/blob/2c130c16/extensions/das/metering-service/spark-udfs/README.md
----------------------------------------------------------------------
diff --git a/extensions/das/metering-service/spark-udfs/README.md b/extensions/das/metering-service/spark-udfs/README.md
index c00190a..025d645 100644
--- a/extensions/das/metering-service/spark-udfs/README.md
+++ b/extensions/das/metering-service/spark-udfs/README.md
@@ -1,3 +1,5 @@
+# Apache Stratos Metering Dashboard Spark UDFs (User Defined Functions)
+
 This directory contains Spark UDFs (user Defined Function) required for executing the spark queries with UDFs.
 Follow the below steps to use UDF in spark environment:
 1. Add the jar files of each spark-udfs to '<DAS-HOME>/repository/components/lib'.