summaryrefslogtreecommitdiffstats
path: root/tags/java/sca/1.2-RC2/tutorial/README
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java/sca/1.2-RC2/tutorial/README')
-rw-r--r--tags/java/sca/1.2-RC2/tutorial/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/tags/java/sca/1.2-RC2/tutorial/README b/tags/java/sca/1.2-RC2/tutorial/README
new file mode 100644
index 0000000000..17ab762e61
--- /dev/null
+++ b/tags/java/sca/1.2-RC2/tutorial/README
@@ -0,0 +1,31 @@
+Store Tutorial
+======================================
+
+This is a tutorial that demonstrate multiple variations
+of our Store. For more details on the scenarios covered
+here, please refer to Tutorial.pdf
+
+
+Building And Running The Sample Using Ant
+-----------------------------------------
+
+
+cd domain
+java -jar ../../modules/tuscany-node2-launcher-1.2-incubating.jar domain
+
+Then, access the admin ui
+
+On Windows, point your browser to
+ http://localhost:9990/ui/cloud/
+or if you use Linux
+ http://localhost.localdomain:9990/ui/cloud/
+
+Select the node you want to start (e.g StoreNode), and then click start button
+
+You should now be able to access the store ui
+
+On windows, point your browser to
+ http://localhost:8100/ui/
+or if you use Linux
+ http://localhost.localdomain:8100/ui/
+