Skip to content

Commit

Permalink
added step by step tutorial hint
Browse files Browse the repository at this point in the history
  • Loading branch information
pedela committed Apr 29, 2014
1 parent 4d9fcb3 commit 1e6c5b1
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ LAS2peer-Template-Project
=======================

This project can be used as a starting point for your LAS2peer service development.
It contains everything needed to start LAS2peer service development, you do not need to add any dependencies manually.
It contains everything needed to start LAS2peer service development, you do not need to add any dependencies manually.

For documentation on the LAS2peer service API, please refer to the [LAS2peer Project](https://github.com/rwth-acis/las2peer/).

Please follow the instructions of this ReadMe to setup your basic service development environment.
Please follow the instructions of this ReadMe to setup your basic service development environment.


1. Enable Strong Encryption
Expand All @@ -20,9 +21,13 @@ The policy files can be downloaded via Oracle:
[JCE for Java 7](http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html "JCE-7")


2. First Setup of your Service Development Environment
2. Quick Setup of your Service Development Environment
-------------------------------------
*If you never used LAS2peer before, it is recommended that you first visit the
[Step by Step - First Service](https://github.com/rwth-acis/LAS2peer-Template-Project/wiki/Step-By-Step_First-Service)
tutorial for a more detailed guidance on how to use this template.*

Follow these five steps to setup your project:
1. If you use Eclipse, import this project or just create a new project in the same folder.
2. Run "ant get_deps" once to pull all dependencies (You can skip this but Eclipse will complain about missing libraries until you build the first time).
3. The service source code can be found at "i5.las2peer.services.servicePackage.ServiceClass".
Expand Down

0 comments on commit 1e6c5b1

Please sign in to comment.