add: To start developing YaCy in IntelliJ IDEA

This commit is contained in:
Burkhard 2022-01-25 12:07:52 +01:00 committed by GitHub
parent 6c6cc28c13
commit 459dfae4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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