Skip to content

Commit e360728

Browse files
committed
minor update README
1 parent 460e347 commit e360728

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Web Annotation Protocol Server
22

3-
![Travis (.com)](https://img.shields.io/travis/com/kit-data-manager/wap-server)
43
![Code Coverage](https://img.shields.io/coveralls/github/kit-data-manager/wap-server.svg)
54
![License](https://img.shields.io/github/license/kit-data-manager/wap-server.svg)
65

@@ -10,21 +9,7 @@ the complete Web Annotation Protocol (WAP). The service is realized as microserv
109

1110
## How to build
1211

13-
To install the application from source, see howtos/INSTALL. This way no IDE is needed.
14-
15-
To open this project in Eclipse please follow these steps: (on other IDEs, the steps might be different)
16-
17-
The STS (Spring Tool Suite) plug-in should be installed
18-
19-
- generate a new java project
20-
- connect it to git and pull the source code
21-
- right click on the Project and choose "Spring Tools" -> "Add Spring Project Nature"
22-
- right click on the Project and choose "Spring Tools" -> "Update Maven Dependencies"
23-
- right click again an choose "Configure" -> "Convert to Maven Project"
24-
- The src folder src/main/installer/java may not have been added automatically.
25-
Add it through right-click on it, "Build Path" ==> "Use as Source Folder".
26-
27-
Now it should be possible to right click on the project and choose "Run as" -> "Spring Boot App"
12+
To install the application from source, see [howtos](howtos/summary.md).
2813

2914
## More Information
3015

0 commit comments

Comments
 (0)