-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
635 changed files
with
8,942 additions
and
4,939 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Setting up RMLStreamer for development | ||
|
||
## Prerequisites | ||
* Git | ||
* Java JDK 11 | ||
* Maven 3 | ||
* IntelliJ (Eclipse should work too, but consult Flink documentation for set-up) | ||
|
||
## Setting up the environment (IntelliJ) | ||
* Make sure you have the scala plugin installed and enabled in IntelliJ. | ||
* Clone the repository. | ||
* Open IntelliJ. | ||
* Open `pom.xml` as a project. | ||
* IntelliJ probably asks to automatically download the dependencies; this is generally a good idea. | ||
* There should be a `Maven` tool window tab somewhere; open it. If not, you can open it via the menu: `View` > `Tool Windows` > `Maven`. | ||
* Enable the profile `add-dependencies-for-IDEA`. | ||
|
||
![Maven profile selection](images/maven_intellij.png) |
Oops, something went wrong.