Skip to content
Snippets Groups Projects
Commit 5eef6c73 authored by Thierry Monteil's avatar Thierry Monteil
Browse files

Replace README.md

parent 8ad73c67
Branches master
No related tags found
No related merge requests found
......@@ -25,15 +25,15 @@ Building OM2M from sources using maven:
* Two Eclipse products will be generated after a successful built:
- The IN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/<os>/<ws>/<arch>"
- The MN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.mn-cse/target/products/mn-cse/<os>/<ws>/<arch>"
- The ASN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.asn-cse/target/products/asn-cse/<os>/<ws>/<arch>"
* The IN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/"os"/"ws"/"arch"
* The MN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.mn-cse/target/products/mn-cse/"os"/"ws"/"arch"
* The ASN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.asn-cse/target/products/asn-cse/"os"/"ws"/"arch"
Test OM2M:
=========
* Go to the IN-CSE product directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/<os>/<ws>/<arch>".
* Go to the IN-CSE product directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/"os"/"ws"/"arch".
* Start the IN-CSE by executing the "start.bat" script on Windows or "start.sh" on Linux and Mac OS.
* WARNING for Windows users: don't double click on the "start.bat" file from Eclipse explorer on Windows. This cause unwanted loading of bundles and the platform will NOT be launched. Use the File Explorer instead.
* Once the IN-CSE is started, you will see an OSGi console. You can type “ss” to report a summary status of all installed bundles. Type "exit" to shutdown.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment