summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurkhard <reger24@users.noreply.github.com>2022-01-25 12:07:52 +0100
committerGitHub <noreply@github.com>2022-01-25 12:07:52 +0100
commit459dfae4c04c3b4dbdf9d2e43e897a00439a01af (patch)
treeaaa189f16149285e81fc209e89164a81a5c81e3d
parent6c6cc28c13beac108a6de8a1eafb9806600d47e9 (diff)
add: To start developing YaCy in IntelliJ IDEA
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 816df45c9..5be01dfb4 100644
--- a/README.md
+++ b/README.md
@@ -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