diff --git a/fortiss-std-env/defaultEMFStore/README b/fortiss-std-env/defaultEMFStore/README new file mode 100644 index 0000000000000000000000000000000000000000..76d777e310d9a0fa81c4a6167c2a299fe56ef3d8 --- /dev/null +++ b/fortiss-std-env/defaultEMFStore/README @@ -0,0 +1,7 @@ +1. Extract the emfStoreHome.tar.gz to a target location on your harddisk. +2. Create an Eclipse application run configuration for Your local emfStore server. + a. Set its workspace to a desired workspace folder, e.g. ${workspace_loc}/../runtime-LocalEMFStoreServer + b. Select the org.unicase.emfstore.server product to be launched by this runconfig. + c. Go to the arguments tab and enter the following program argument using the targetlocation from step 1 + -EMFStoreHome=<Location chosen in step 1>/emfStoreHome +3. Launch the server application. \ No newline at end of file diff --git a/fortiss-std-env/defaultEMFStore/emfStoreHome.tar.gz b/fortiss-std-env/defaultEMFStore/emfStoreHome.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f01cd9454854539539f9260512bebf58010e65e0 Binary files /dev/null and b/fortiss-std-env/defaultEMFStore/emfStoreHome.tar.gz differ