-
Notifications
You must be signed in to change notification settings - Fork 0
Setting up intellij idea
For developing DBpedia extraction-framework on Ubuntu. (The guide below was created using version 12.0 of IDEA.)
- From http://www.jetbrains.com/idea/download/index.html download the Community version available for Ubuntu(Linux).
- Go the the downloaded path
- Unpack the idea-12.0.tar.gz file using the following command: tar -zxvf idea-12.0.tar.gz
- go to the /bin sub-directory (change permission of the of idea.sh file if needed using chmod +x idea.sh)
- Run idea.sh from the bin sub-directory using ./idea.sh command.
On the start screen, on the top left corner: Go to Open> Settings > IDE Settings > Plugins > Browse Repositories > search for Scala > right-click on Scala > Download and install > Restart
Please install Maven3. Builds with Maven2 are not supported any more.
You will need to set up M2_HOME (yes, even if it is Maven3) as an environment variable in your ~/.bashrc and/or ~/.profile, or the path to your Maven home directory in IDEA under File > Settings > Maven > Maven home directory
VCS > Checkout from version control > Git > https://github.com/dbpedia/extraction-framework.git
File > New project... > Import project from external model > Maven > Root directory: $PATH_TO_DBPEDIA_EXTRACTION_FRAMEWORK_CODE
Tick "Import maven projects automatically"
Next > Next > Finish
You are good to go