summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:48:21 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:48:21 +0000
commit6ab0d6faaa4f3b4cf2ca45f4c80436ce83423b9a (patch)
tree7764689e24f7df9f247f502bc0d60f858edb9fbf /sca-cpp/trunk/README
parent574ccee478b9da9457cdf0e476b8df6eb584b580 (diff)
Upgrade to HTTPD 2.4.2, APR 1.4.6, Memcached 1.4.13, Python 2.7.3, Ubuntu 12.04, and Mac OS X 10.7.4.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/README')
-rw-r--r--sca-cpp/trunk/README12
1 files changed, 5 insertions, 7 deletions
diff --git a/sca-cpp/trunk/README b/sca-cpp/trunk/README
index c5139fd679..1d81008041 100644
--- a/sca-cpp/trunk/README
+++ b/sca-cpp/trunk/README
@@ -24,9 +24,9 @@ Queue: AMQP queuing, using Apache Qpid/C;
Sqldb: SQL database, using PostgreSQL and PgBouncer;
Webservice: Web service gateway, using Apache Axis2/C.
-These components present a simple ATOMPub REST interface, allowing you to send
-a message to a queue, a chat connection, or add an entry to a cache or a
-database for example, using a simple HTTP POST.
+These components present a simple ATOMPub REST interface, allowing you to work
+with a data cache, a database, a message queue or a chat connection for example
+very simply using HTTP GET, POST, PUT and DELETE methods.
Getting the source code
@@ -34,8 +34,6 @@ Getting the source code
To checkout the source code, do this:
git clone git://git.apache.org/tuscany-sca-cpp
-or
-svn checkout http://svn.apache.org/repos/asf/tuscany/sca-cpp tuscany-sca-cpp
To checkout the source code with commit access, do this:
git clone git://git.apache.org/tuscany-sca-cpp
@@ -98,8 +96,8 @@ Here's a rough guide to the Tuscany SCA source tree:
| | |-- store-sql Online store using an SQL database
| | |-- store-vhost Online store on virtual hosts
| |
- | |-- macos Automated install on Mac OS X 10.1.7
- | |-- ubuntu Automated install on Ubuntu 10.10
+ | |-- macos Automated install on Mac OS X 10.7.4
+ | |-- ubuntu Automated install on Ubuntu 12.04
| |-- patches Temporary patches to some of the dependencies
|
|-- branches Topic and release branches