mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
initial readme for example
This commit is contained in:
parent
36f6b25e71
commit
24b4fb7a89
1 changed files with 32 additions and 0 deletions
32
rse/examples/org.eclipse.rse.examples.dstore/readme.txt
Normal file
32
rse/examples/org.eclipse.rse.examples.dstore/readme.txt
Normal file
|
@ -0,0 +1,32 @@
|
|||
Readme for RSE DataStore Example
|
||||
------------------------------
|
||||
|
||||
The DataStore Example shows how to use the DataStore communication layer
|
||||
to interact with an agent on a server machine. This example includes an
|
||||
RSE service layer, subsystem layer and some UI pieces in order to demonstrate
|
||||
different types of remote tasks. The example is only meant as an educational
|
||||
guide to developers that use or extend the DataStore services.
|
||||
|
||||
__Requirements:__
|
||||
The DataStore example has been tested with with RSE 3.1
|
||||
|
||||
__Installation:__
|
||||
You need an Eclipse PDE Workspace with RSE.
|
||||
Then, choose File > Import > Existing Projects > Archive File,
|
||||
to import the example archive.
|
||||
|
||||
__Server Installation:___
|
||||
The DStore Server Runtime needs to be installed on the remote machines
|
||||
that you wish to connect to.
|
||||
To enable to server portion of the example:
|
||||
1) The "miners" source folder needs to be exported to a jar file (i.e. myminer.jar)
|
||||
2) The exported jar needs to be put in the DStore Server Runtime installation
|
||||
directory on the server.
|
||||
3) The server and daemon scripts need to be updated to include this jar in their
|
||||
respective classpaths.
|
||||
|
||||
__Usage:__
|
||||
The dstore service must be enabled on the remote system (see below). The subsystem
|
||||
configuration for the sample subsystem in this plugin is enabled for Linux and
|
||||
Unix connections but could be enabled for any other system that supports DStore.
|
||||
|
Loading…
Add table
Reference in a new issue