diff options
| author | Burkhard <reger24@users.noreply.github.com> | 2022-01-25 12:07:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-25 12:07:52 +0100 |
| commit | 459dfae4c04c3b4dbdf9d2e43e897a00439a01af (patch) | |
| tree | aaa189f16149285e81fc209e89164a81a5c81e3d /README.md | |
| parent | 6c6cc28c13beac108a6de8a1eafb9806600d47e9 (diff) | |
add: To start developing YaCy in IntelliJ IDEA
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -162,6 +162,15 @@ To start developing YaCy in Netbeans: - Open the project (File → Open Project) - you may directly use all the Netbeans build feature. +To start developing YaCy in IntelliJ IDEA + +- clone https://github.com/yacy/yacy_search_server.git +- File -> New -> Project from Version Control -> URL (see above) -> Clone +- Open or Import Project -> Gradle project -> OK +- In the Gradle tab you can now execute the gradle tasks to build YaCy +- Run via IDE -> Add Configuration -> + -> Gradle -> in Run Tasks add: build run + - (in above line "build" is needed to make sure all needed Gradle tasks are executed before run) + To join our development community, got to https://searchlab.eu Send pull requests to https://github.com/yacy/yacy_search_server |
